clear event beforehand

This commit is contained in:
Shlomi Noach 2020-12-31 10:06:12 +02:00
parent eeab264eb2
commit 2d0281f29b
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
drop event if exists gh_ost_test;
drop table if exists gh_ost_test;
create table gh_ost_test (
id int auto_increment,

View File

@ -1,3 +1,5 @@
drop event if exists gh_ost_test;
drop table if exists gh_ost_test;
create table gh_ost_test (
id int auto_increment,