· 8 years ago · Jul 22, 2018, 11:22 AM
122.07 13:15:39 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
222.07 13:15:40 [Server] INFO creating table 'items'
322.07 13:15:40 [Server] INFO executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
422.07 13:15:40 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
522.07 13:15:40 [Server] INFO creating table 'accounts'
622.07 13:15:40 [Server] INFO creating index 'accounts_shortName_idx' for table 'accounts
722.07 13:15:40 [Server] INFO executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
822.07 13:15:40 [Server] INFO executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )