diff options
Diffstat (limited to 'openecomp-be/tools/install')
-rw-r--r-- | openecomp-be/tools/install/database/alter_tables.cql | 1 | ||||
-rw-r--r-- | openecomp-be/tools/install/database/upgrade-scripts/20191103-dox.package_details.cql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/tools/install/database/alter_tables.cql b/openecomp-be/tools/install/database/alter_tables.cql deleted file mode 100644 index 9363a036f9..0000000000 --- a/openecomp-be/tools/install/database/alter_tables.cql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE dox.package_details ADD RESOURCE_TYPE text; diff --git a/openecomp-be/tools/install/database/upgrade-scripts/20191103-dox.package_details.cql b/openecomp-be/tools/install/database/upgrade-scripts/20191103-dox.package_details.cql new file mode 100644 index 0000000000..1326dc7f80 --- /dev/null +++ b/openecomp-be/tools/install/database/upgrade-scripts/20191103-dox.package_details.cql @@ -0,0 +1 @@ +ALTER TABLE dox.package_details ADD RESOURCE_TYPE text;
\ No newline at end of file |