Files
galaxy/crates/persistence/migrations/2024-10-14-235701_remove_creator_id/down.sql
T

3 lines
151 B
SQL

-- Default value of 0 should be okay for creator_id as its not actually used anywhere.
ALTER TABLE teams ADD creator_id BIGINTEGER NOT NULL DEFAULT 0;