Advertisement
Guest User

Untitled

a guest
Aug 19th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. [01:11:28] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  2. [01:11:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  3. [01:11:28] [Server thread/INFO]: creating table 'items'
  4. [01:11:28] [Server thread/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`))
  5. [01:11:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  6. [01:11:28] [Server thread/INFO]: creating table 'accounts'
  7. [01:11:28] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  8. [01:11:28] [Server thread/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`) )
  9. [01:11:28] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement