mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
3 lines
113 B
SQL
3 lines
113 B
SQL
-- Add migration script here
|
|
ALTER TABLE versions
|
|
ADD COLUMN author_id bigint REFERENCES users NOT NULL default 0 |