X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=sql%2Fsql.d%2F054-continue-match.sql;h=e95059a0fabc83fc1636ed8c2fb46b89597ccb84;hp=0ed40fb6701333fa6c2a63aff495ace4ba9d5596;hb=484a365c1e66ba4b878117275423a1594c209960;hpb=31bfc5e122ec3db5c70e2587a23fabd0dae5ee33 diff --git a/sql/sql.d/054-continue-match.sql b/sql/sql.d/054-continue-match.sql index 0ed40fb..e95059a 100644 --- a/sql/sql.d/054-continue-match.sql +++ b/sql/sql.d/054-continue-match.sql @@ -1,4 +1,4 @@ -DROP TABLE #PFX#bin5_table_orders; +DROP TABLE IF EXISTS #PFX#bin5_table_orders; CREATE TABLE #PFX#bin5_table_orders ( mcode integer REFERENCES #PFX#bin5_matches (code) ON DELETE cascade ON UPDATE cascade, pos integer,