mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- Add migration script here
|
|
ALTER TABLE states
|
|
ALTER COLUMN url SET NOT NULL; |