Skip to content
Snippets Groups Projects
Commit 579372d8 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #17514 update patch_229.sql to patch_229.php

parent a8b823ae
3 merge requests!715Master,!686Dev#17514 indexation refactoring,!632Dev#17514 indexation refactoring
<?php
Zend_Registry::get('sql')->query('CREATE TABLE IF NOT EXISTS notice_domain (id int( 11 ) NOT NULL AUTO_INCREMENT, record_alpha_key varchar( 250 ) NOT NULL, domain_id int( 11 ) NOT NULL default 0, panier_id int( 11 ) NOT NULL DEFAULT 0, PRIMARY KEY ( id )) ENGINE = MYISAM DEFAULT CHARSET = utf8;');
?>
CREATE TABLE IF NOT EXISTS notice_domain (
id int( 11 ) NOT NULL AUTO_INCREMENT ,
record_alpha_key varchar( 250 ) NOT NULL,
domain_id int( 11 ) NOT NULL default 0,
panier_id int( 11 ) NOT NULL DEFAULT 0,
PRIMARY KEY ( id )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment