Added schema 133 (#4426)

This was part of the reverted PR and we should fill the gap in otherwise 133 will be skipped or different for some users.
This commit is contained in:
Neil Lathwood 2016-09-13 22:30:06 +01:00 committed by GitHub
parent 7f7e3d22bc
commit a0d3935060

1
sql-schema/133.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `session` ADD UNIQUE(`session_value`);