Commit 82e29949 by Juho Juopperi

EventUser tokencode is UNIQUE in database.

1 parent 650fd11d
...@@ -338,6 +338,9 @@ public class BootstrapBean implements BootstrapBeanLocal { ...@@ -338,6 +338,9 @@ public class BootstrapBean implements BootstrapBeanLocal {
"ALTER TABLE event_users ADD tokencode text" "ALTER TABLE event_users ADD tokencode text"
}); });
dbUpdates.add(new String[] {
"ALTER TABLE event_users ADD UNIQUE (tokencode)"
});
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!