1
0

up.sql 162 B

12345
  1. ALTER TABLE users_collections
  2. ADD COLUMN manage BOOLEAN NOT NULL DEFAULT FALSE;
  3. ALTER TABLE collections_groups
  4. ADD COLUMN manage BOOLEAN NOT NULL DEFAULT FALSE;