Skip to content

Commit

Permalink
allow longer preference keys (30 characters instead of 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jul 29, 2018
1 parent 3b000f5 commit eabab3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/patches/027-longer-pref-key.sql
@@ -0,0 +1,2 @@
alter table pref
alter column name type varchar(30);

0 comments on commit eabab3f

Please sign in to comment.