mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 09:07:23 +00:00
feat. upgrade module (#27)
* feat. upgrade module * upgrade misc. * add apps folder * codestyle * fix sql build
This commit is contained in:
8
data/sql/db-characters/base/mod_character_premium.sql
Normal file
8
data/sql/db-characters/base/mod_character_premium.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for premium
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `premium`;
|
||||
CREATE TABLE `premium` (
|
||||
`AccountId` int(11) unsigned NOT NULL,
|
||||
`active` int(11) unsigned NOT NULL default '1'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user