mirror of
https://github.com/therootcompany/golib.git
synced 2026-02-20 18:58:08 +00:00
5 lines
104 B
SQL
5 lines
104 B
SQL
-- add-blobs-table (down)
|
|
DROP TABLE IF EXISTS "blobs";
|
|
|
|
DELETE FROM _migrations WHERE id = '45249baf';
|