Update file init_test.py
This commit is contained in:
@@ -24,6 +24,7 @@ class IrLogging(models.Model):
|
|||||||
UPDATE ir_config_parameter set value = (NOW() + INTERVAL '30 DAY') where key = 'database.expiration_date';
|
UPDATE ir_config_parameter set value = (NOW() + INTERVAL '30 DAY') where key = 'database.expiration_date';
|
||||||
UPDATE ir_config_parameter set value = '%s' where key = 'database.uuid';
|
UPDATE ir_config_parameter set value = '%s' where key = 'database.uuid';
|
||||||
INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('localhost','1025','mailcatcher','login','name','t');
|
INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('localhost','1025','mailcatcher','login','name','t');
|
||||||
|
CREATE TABLE [IF NOT EXISTS] account_online_link ( id VARCHAR(3) NOT NULL);
|
||||||
DELETE FROM account_online_link;
|
DELETE FROM account_online_link;
|
||||||
UPDATE delivery_carrier SET prod_environment = False WHERE id>0;
|
UPDATE delivery_carrier SET prod_environment = False WHERE id>0;
|
||||||
""" %(db_id))
|
""" %(db_id))
|
||||||
|
|||||||
Reference in New Issue
Block a user