minetest-tile-server/cleanup.sql

7 lines
308 B
MySQL
Raw Permalink Normal View History

2018-06-04 02:31:43 -07:00
drop trigger if exists blocks_update on blocks;
drop trigger if exists blocks_insert on blocks;
drop table if exists tileserver_block_changes;
drop table if exists tileserver_block_depth;
drop table if exists tileserver_tiles;
2018-07-02 02:39:58 -07:00
drop table if exists flyway_schema_history;
alter table blocks drop column mtime;