Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#17 flyway database migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Patel committed Nov 29, 2017
1 parent 9f7023d commit 65d417e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE users
ADD COLUMN advanced_view BOOLEAN NOT NULL
DEFAULT FALSE;

0 comments on commit 65d417e

Please sign in to comment.