Files
src-1.2/game/server/database/schema/temp_free_object_ids.tab
T
2014-01-17 07:03:16 -07:00

7 lines
131 B
SQL

create global temporary table temp_free_object_ids
(
start_id int,
end_id int
);
grant select on temp_free_object_ids to public;