You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2013011000.sql 220B

1234567
  1. -- Upgrade from 0.9-beta
  2. CREATE TABLE IF NOT EXISTS `system` (
  3. `name` varchar(64) NOT NULL,
  4. `value` mediumtext,
  5. PRIMARY KEY(`name`)
  6. ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;