Skip to content

Commit

Permalink
changed room naming rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Mar 15, 2015
1 parent e59bdc6 commit e55e291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/patches/013-change-player-name-size-to-20.sql
@@ -0,0 +1,3 @@

alter table player
alter column name type varchar(20);
3 changes: 3 additions & 0 deletions sql/patches/014-remove-room-name-unicity-constraint.sql
@@ -0,0 +1,3 @@

alter table room
drop constraint "room_name_key";

0 comments on commit e55e291

Please sign in to comment.