Skip to content

Commit

Permalink
form version default 1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrowe authored and tetriscode committed Sep 30, 2016
1 parent 04bd4db commit d27ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/migrations/sqls/20160614201339-create-tables-up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS public.forms
id SERIAL PRIMARY KEY,
form_key TEXT,
form_label TEXT,
version integer DEFAULT 0,
version integer DEFAULT 1,
created_at timestamp DEFAULT NOW(),
updated_at timestamp DEFAULT NOW(),
deleted_at timestamp with time zone,
Expand Down

0 comments on commit d27ddac

Please sign in to comment.