first commit
This commit is contained in:
2
updates/0.10/ver_0.139_sql.txt
Normal file
2
updates/0.10/ver_0.139_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TABLE pp_shop_baselinker_settings ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL DEFAULT '0', value VARCHAR(255) NOT NULL DEFAULT '0', PRIMARY KEY (id) ) COLLATE='utf8_polish_ci' ENGINE=InnoDB;
|
||||
ALTER TABLE pp_cron ADD COLUMN value VARCHAR(50) NULL DEFAULT NULL AFTER name;
|
||||
Reference in New Issue
Block a user