First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
11
www/admin/_alterTable/_old/248_feed.sql
Normal file
11
www/admin/_alterTable/_old/248_feed.sql
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "ARTICOLO" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `ARTICOLO` ADD COLUMN `googleFeedFileName` VARCHAR(40);
|
||||
|
||||
######################################################################
|
||||
#insert into PARM (codice) values ('DB_VERSION');
|
||||
UPDATE PARM SET testo='248' where codice='DB_VERSION';
|
||||
######################################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue