Skip to content

Commit 7388223

Browse files
committed
Update schema.sql remove definer
1 parent 6c6034a commit 7388223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BasicAdmin/schema.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
nick varchar(255) not null,
66
steamid64 bigint not null,
77
immunity int default 0 null,
8+
server_id int unsigned default null null,
89
created_at datetime default current_timestamp() null,
910
updated_at datetime default current_timestamp() null on update current_timestamp(),
1011
constraint steamid64
@@ -93,7 +94,7 @@ BEGIN
9394

9495
END;
9596

96-
create definer = root@`%` event expire_basic_admin_punishs_event on schedule
97+
create event expire_basic_admin_punishs_event on schedule
9798
every '1' MINUTE
9899
starts '2023-12-14 22:00:06'
99100
enable

0 commit comments

Comments
 (0)