etymology / backend /sql /ingestion /01_drop_tables.sql
lucharo's picture
Super-squash branch 'main' using huggingface_hub
13812dc
raw
history blame contribute delete
88 Bytes
DROP TABLE IF EXISTS words;
DROP TABLE IF EXISTS links;
DROP TABLE IF EXISTS sequences;