Skip to content

Commit 227bc58

Browse files
committed
Update schema.sql remove server_id from admin table
1 parent 7388223 commit 227bc58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BasicAdmin/schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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,
98
created_at datetime default current_timestamp() null,
109
updated_at datetime default current_timestamp() null on update current_timestamp(),
1110
constraint steamid64

0 commit comments

Comments
 (0)