Modrinth/apps/labrinth/migrations/20200928053955_make-url-not-null.sql
2024-10-16 14:11:42 -07:00

3 lines
78 B
SQL

-- Add migration script here
ALTER TABLE states
ALTER COLUMN url SET NOT NULL;