This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/db/migrations/0007_session_scope.sql

3 lines
60 B
MySQL
Raw Normal View History

2015-08-29 04:33:51 +05:30
-- +migrate Up
ALTER TABLE session ADD COLUMN "scope" text;