Files
fizzy/config/initializers
Jorge Manrubia 3480e2d6db Handle size in binary columns
In the cable schema we use:

```
    t.binary "payload", size: :long, null: false
```

This will fail when resetting the db otherwise with an error due to the unexpected size property.
2025-12-01 13:32:54 +01:00
..
2025-11-21 09:15:19 +00:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 16:42:48 +01:00
2025-11-26 10:07:41 +00:00
2024-06-21 13:19:56 +01:00
2025-11-28 15:53:58 +01:00
2025-07-14 19:57:30 -05:00