X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=sql%2Fsql.d%2F071-apprentice.sql;h=376427bfcbe6363551779a072d7b25d394fd6ba5;hp=c3a0193bfcbe4b609a1a1cd7e7d7ce5f979d94f8;hb=484a365c1e66ba4b878117275423a1594c209960;hpb=31bfc5e122ec3db5c70e2587a23fabd0dae5ee33 diff --git a/sql/sql.d/071-apprentice.sql b/sql/sql.d/071-apprentice.sql index c3a0193..376427b 100644 --- a/sql/sql.d/071-apprentice.sql +++ b/sql/sql.d/071-apprentice.sql @@ -1,7 +1,7 @@ -- -- Table to manage mails sent to users -- -DROP TABLE #PFX#selfreg_chk; +DROP TABLE IF EXISTS #PFX#selfreg_chk; CREATE TABLE #PFX#selfreg_chk ( ip integer, -- ip v4 address atime timestamp DEFAULT to_timestamp(0) -- access time