mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
5 lines
82 B
SQL
5 lines
82 B
SQL
DROP TABLE artist;
|
|
DROP TABLE submission;
|
|
DROP TABLE tag;
|
|
DROP TABLE tag_to_post;
|