15 lines
276 B
SQL
15 lines
276 B
SQL
drop table providers;
|
|
drop table models;
|
|
drop table system;
|
|
drop table oidc;
|
|
drop table users;
|
|
drop table user_addresses;
|
|
drop table teams;
|
|
drop table user_teams;
|
|
drop table channels;
|
|
drop table tools;
|
|
drop table tasks;
|
|
drop table history;
|
|
drop table files;
|
|
drop table share;
|