Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
1f22f174
Commit
1f22f174
authored
Aug 09, 2015
by
woogerboy21
Browse files
Merge pull request #1348 from woogerboy21/fix_clientid_dbmigration
Add database migration script for client id
parents
644ea048
b4e0c00c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/migrations/servatrice_0002_to_0003.sql
0 → 100644
View file @
1f22f174
-- Servatrice db migration from version 2 to version 3
alter
table
cockatrice_users
add
clientid
varchar
(
15
)
not
null
;
UPDATE
cockatrice_schema_version
SET
version
=
3
WHERE
version
=
2
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment