You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing it to t.text "value", limit: 1.gigabyte - 1.byte will help in my case.
I am working on macOS with M1 chip and Docker:
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]
Rails 6.1.6
lab_tech 0.1.9
scientist 1.6.3
Maybe related to my postgis 14.3.2 on Alpine?
The text was updated successfully, but these errors were encountered:
I just added LabTech to my Rails project and getting this error on migration.
Caused by this line:
lab_tech/db/migrate/20190815192130_create_experiment_tables.rb
Line 40 in e595d13
Changing it to
t.text "value", limit: 1.gigabyte - 1.byte
will help in my case.I am working on macOS with M1 chip and Docker:
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]
Rails 6.1.6
lab_tech 0.1.9
scientist 1.6.3
Maybe related to my
postgis
14.3.2 on Alpine?The text was updated successfully, but these errors were encountered: