Skip to content

Commit 0996878

Browse files
committed
Revert "Update schema.sql remove server_id from admin table"
This reverts commit 227bc58.
1 parent 227bc58 commit 0996878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BasicAdmin/schema.sql

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)