From 20ab3e4bdace5da533005532b67fa53bdf70aa03 Mon Sep 17 00:00:00 2001 From: Azazel Date: Thu, 24 Feb 2011 23:39:45 +0600 Subject: CharDB Schema/Cleanup: cleanup account_data and character_account_data tables: * rename column account to accountId; * introduce prepared statements for both tables. --- sql/updates/auth_char/2011_02_24_0_characters_account_data.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth_char/2011_02_24_0_characters_account_data.sql (limited to 'sql/updates') 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 new file mode 100644 index 00000000000..b4a8ed25e8d --- /dev/null +++ b/sql/updates/auth_char/2011_02_24_0_characters_account_data.sql @@ -0,0 +1 @@ +ALTER TABLE `account_data` CHANGE COLUMN `account` `accountId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account Identifier'; -- cgit v1.2.3