Files
database/migrations/archive/000.343.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

5 lines
120 B
SQL

-- Add show only on default tab
ALTER TABLE collections
ADD COLUMN show_only_default BOOLEAN NOT NULL DEFAULT false;