-- drop tables first in reverse order
-drop table if exists server_hashkeys cascade;
drop table if exists player_nicks cascade;
drop table if exists db_version cascade;
drop table if exists hashkeys cascade;
\i tables/hashkeys.tab
\i tables/db_version.tab
\i tables/player_nicks.tab
-\i tables/server_hashkeys.tab
begin;
"name" character varying(64),
"location" character varying(100),
ip_addr character varying(32),
- max_players integer,
+ hashkey character varying(44),
public_key character varying(725),
revision character varying(50),
pure_ind boolean NOT NULL DEFAULT true,