mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
Remove the original migration change
This commit is contained in:
parent
5e6e33769f
commit
6f1b9ba8ae
4
.gitignore
vendored
4
.gitignore
vendored
@ -37,3 +37,7 @@ quickstart/data
|
||||
**/*cache*
|
||||
**/artifacts/
|
||||
**/.env.overrides
|
||||
**/node_modules
|
||||
.run
|
||||
**/*.zip
|
||||
**/*.log
|
||||
|
@ -1,6 +0,0 @@
|
||||
CREATE SCHEMA IF NOT EXISTS ${dbName};
|
||||
|
||||
USE ${dbName};
|
||||
|
||||
ALTER TABLE recordset ADD COLUMN data_hash VARCHAR(40) NOT NULL;
|
||||
CREATE INDEX data_hash_index ON recordset (data_hash);
|
@ -1,9 +0,0 @@
|
||||
CREATE SCHEMA IF NOT EXISTS ${dbName};
|
||||
|
||||
USE ${dbName};
|
||||
|
||||
/*
|
||||
Removing recordSet blob hash column and index in recordset table as its been no longer use
|
||||
*/
|
||||
|
||||
ALTER TABLE recordset DROP COLUMN data_hash;
|
Loading…
x
Reference in New Issue
Block a user