clear event beforehand
This commit is contained in:
parent
eeab264eb2
commit
2d0281f29b
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user