tetratto/manual_migrations/users_grants.sql

3 lines
64 B
MySQL
Raw Normal View History

ALTER TABLE users
ADD COLUMN grants TEXT NOT NULL DEFAULT '[]';