sql scripts : remove owner

This commit is contained in:
Dany De Bontridder 2011-11-14 14:38:47 +00:00
parent dae4eb4374
commit 0551aa49c2
11 changed files with 4 additions and 74 deletions

View file

@ -24,8 +24,8 @@ script SQL to run
\i extension.sql
\i ajax-direct-form.sql
-- for account repository
\i change_account_repo.sql
\i style-epad.sql
-- \i change_account_repo.sql
-- \i style-epad.sql
create unique index qcode_idx on fiche_detail (ad_value) where ad_id=23;
commit;