Merged in feature/remove-mocks (pull request #202)
Feature/remove mocks * remove mocks * cleanup db migrations
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
-- Drop indexes
|
||||
DROP INDEX IF EXISTS idx_documents_batch_id;
|
||||
DROP INDEX IF EXISTS idx_batch_uploads_status;
|
||||
DROP INDEX IF EXISTS idx_batch_uploads_client_id;
|
||||
|
||||
-- Remove batch_id from documents table
|
||||
ALTER TABLE documents DROP COLUMN IF EXISTS batch_id;
|
||||
|
||||
-- Drop batch uploads table
|
||||
DROP TABLE IF EXISTS batch_uploads;
|
||||
|
||||
-- Drop batch status ENUM type
|
||||
DROP TYPE IF EXISTS batch_status;
|
||||
Reference in New Issue
Block a user