3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
DELETE FROM _sqlx_migrations WHERE version = 'number';
|
|
DROP TABLE table_name;
|
DELETE FROM _sqlx_migrations WHERE version = 'number';
|
|
DROP TABLE table_name;
|