Subversion Repositories computer_asset_manager_v2

Rev

Rev 68 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68 Rev 69
Line 1... Line 1...
1
/*
1
/*
2
Remove everything wit
2
Remove everything with
3
drop table if exists _config;
3
drop table if exists _config;
4
drop table if exists _menu;
4
drop table if exists _menu;
5
drop table if exists _permissions;
5
drop table if exists _permissions;
6
drop table if exists _permissions_categories;
6
drop table if exists _permissions_categories;
7
drop table if exists _system;
7
drop table if exists _system;