*bugfix: removed unecessary sql query that lead to the impossibility to create new databases

bzr revid: qdp@tinyerp.com-20080718083642-ie7bq3u0j38q32tp
This commit is contained in:
qdp 2008-07-18 10:36:42 +02:00
parent 3d1bd9fe35
commit 66423c25e3
1 changed files with 1 additions and 1 deletions

View File

@ -329,4 +329,4 @@ CREATE TABLE ir_model_data (
res_id integer, primary key(id)
);
INSERT INTO ir_model_data (name,date_init,date_update,module,model,res_id) VALUES (%s, now(), now(), 'base', 'ir.model', %s)