Modrinth/migrations/20200928053955_make-url-not-null.sql

3 lines
78 B
SQL

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