mirror of
https://github.com/actix/examples
synced 2025-04-23 17:13:21 +02:00
3 lines
74 B
SQL
3 lines
74 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE IF EXISTS items;
|