diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-03-05 01:48:21 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-03-05 01:48:21 +0000 |
| commit | cdf9a7401c97eee0c6400f48dce4eb7883c0d480 (patch) | |
| tree | 25838e452a04fcddcf5f9e8f63c3cd7d6f59539d /sql/updates/auth_char | |
| parent | c47c94f958dd11be44bad16cd5d97d9f2fea6dbf (diff) | |
SQL: move all SQL that is now included in the latest full DB to the "old" dir.
Diffstat (limited to 'sql/updates/auth_char')
3 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/auth_char/2011_02_03_0_characters_instance.sql b/sql/updates/auth_char/2011_02_03_0_characters_instance.sql deleted file mode 100644 index 5072fa69f0a..00000000000 --- a/sql/updates/auth_char/2011_02_03_0_characters_instance.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `instance` ADD COLUMN `completedEncounters` int(10) unsigned NOT NULL DEFAULT '0' AFTER `difficulty`; diff --git a/sql/updates/auth_char/2011_02_24_0_characters_account_data.sql b/sql/updates/auth_char/2011_02_24_0_characters_account_data.sql deleted file mode 100644 index b4a8ed25e8d..00000000000 --- a/sql/updates/auth_char/2011_02_24_0_characters_account_data.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `account_data` CHANGE COLUMN `account` `accountId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account Identifier'; diff --git a/sql/updates/auth_char/2011_02_24_1_characters_character_tutorial.sql b/sql/updates/auth_char/2011_02_24_1_characters_character_tutorial.sql deleted file mode 100644 index b5e3594f5b0..00000000000 --- a/sql/updates/auth_char/2011_02_24_1_characters_character_tutorial.sql +++ /dev/null @@ -1,2 +0,0 @@ -RENAME TABLE `character_tutorial` TO `account_tutorial`; -ALTER TABLE `account_tutorial` CHANGE COLUMN `account` `accountId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account Identifier'; |
