Commit 1f22f174 authored by woogerboy21's avatar woogerboy21
Browse files

Merge pull request #1348 from woogerboy21/fix_clientid_dbmigration

Add database migration script for client id
parents 644ea048 b4e0c00c
-- 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;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment