Publier Globinours 1.0.0-rc.3
This commit is contained in:
parent
ea8c24d622
commit
9a2b4068da
325 changed files with 38230 additions and 20 deletions
2
migrations/026_refuge_room.sql
Normal file
2
migrations/026_refuge_room.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE animals ADD COLUMN refuge_room TEXT CHECK (refuge_room IN ('silver', 'twix') OR refuge_room IS NULL);
|
||||
CREATE INDEX IF NOT EXISTS idx_animals_refuge_room ON animals(refuge_room);
|
||||
Loading…
Add table
Add a link
Reference in a new issue