dex/db/migrations/0014_add_groups.sql

4 lines
119 B
MySQL
Raw Normal View History

2016-07-16 04:30:59 +05:30
-- +migrate Up
ALTER TABLE refresh_token ADD COLUMN "connector_id" text;
ALTER TABLE session ADD COLUMN "groups" text;