mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
7 lines
99 B
Plaintext
Executable File
7 lines
99 B
Plaintext
Executable File
|
|
/**
|
|
* Delete the `<%= tableName %>` table.
|
|
*/
|
|
|
|
connection.schema.dropTable('<%= tableName %>'),
|