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