* VRFS-780; forgot db migrations too. sheesh

This commit is contained in:
Seth Call 2013-10-21 17:17:19 -05:00
parent fe5d579e67
commit 333d158fc6
1 changed files with 1 additions and 0 deletions

1
db/up/whats_next.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE users ADD COLUMN show_whats_next boolean DEFAULT TRUE;