· 6 years ago · Aug 21, 2019, 09:02 PM
121.08 20:57:59 [Server] Server thread/INFO Enabling ChestShop v3.10-SNAPSHOT (build 148)
221.08 20:58:00 [Server] Server thread/WARN 999 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
321.08 20:58:00 [Server] Server thread/WARN 1000 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
421.08 20:58:00 [Server] Server thread/WARN 1000 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
521.08 20:58:00 [Server] Server thread/WARN 1000 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
621.08 20:58:00 [Server] Server thread/WARN 1006 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , `lastSeen` BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (`shortName`) , UNIQUE (`name`,`uuid`) )
721.08 20:58:00 [Server] Server thread/WARN 1006 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_uuid_idx` ON `accounts` ( `uuid` )
821.08 20:58:00 [Server] Server thread/WARN 1006 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
921.08 20:58:00 [Server] Server thread/WARN 1006 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_name_idx` ON `accounts` ( `name` )
1021.08 20:58:01 [Server] Server thread/WARN 1331 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
1121.08 20:58:01 [Server] Server thread/WARN 1332 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'items_code_idx' for table 'items
1221.08 20:58:01 [Server] Server thread/WARN 1333 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL )
1321.08 20:58:01 [Server] Server thread/WARN 1333 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `items_code_idx` ON `items` ( `code` )