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/0004_session_nonce.sql
2015-08-20 11:44:43 -07:00

3 lines
60 B
SQL

-- +migrate Up
ALTER TABLE session ADD COLUMN "nonce" text;