You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await connection.getRepository(table).query('DELETE FROM "' + table + '";');
tries to delete data from an empty table, causes relation "book" does not exist exception
The text was updated successfully, but these errors were encountered:
await connection.getRepository(table).query('DELETE FROM "' + table + '";');
tries to delete data from an empty table, causes relation "book" does not exist exception
The text was updated successfully, but these errors were encountered: