7 lines
99 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
/**
* Delete the `<%= tableName %>` table.
*/
connection.schema.dropTable('<%= tableName %>'),