First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
15
www/admin/_alterTable/_old/153_messagginewsletter.sql
Normal file
15
www/admin/_alterTable/_old/153_messagginewsletter.sql
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
#153
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "CODA_MESSAGGI" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `CODA_MESSAGGI` CHANGE `messaggio` `testoMessaggio` TEXT;
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "TEMPLATE_MSG" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `TEMPLATE_MSG` CHANGE `messaggio` `testoMessaggio` TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue