non-null titles

main
Alpha Chen 1 year ago
parent 50dd7f1533
commit f5f13e10b0
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table(:titles) do
set_column_not_null :title
end
end
end
Loading…
Cancel
Save