-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
ebd1c2a
commit 6cd1744
Showing
5 changed files
with
8 additions
and
69 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
libs/@local/graph/migrations/graph-migrations/v006__data_types/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
DROP VIEW data_type_conversion_aggregation; | ||
DROP TABLE data_type_conversions; | ||
DROP TABLE data_type_embeddings; | ||
DROP TABLE data_type_constrains_values_on; | ||
DROP VIEW data_type_inherits_from_aggregation; | ||
DROP TABLE data_type_inherits_from; | ||
DROP TABLE data_types; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...h/postgres-store/postgres_migrations/V35__remove_data_type_constrains_values_on_table.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DROP TABLE data_type_constrains_values_on; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters