aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 01de35ff..12a13a4c 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -4004,7 +4004,7 @@ CREATE TYPE beta_estimates_bond_type_t AS enum('FCF','pre-COVID LCF','post-COVID
CREATE TYPE bond_types_bond_type_t AS enum('FCF','pre-COVID LCF','post-COVID LCF','pre-SSRA B1','pre-COVID SSRA B1','early post-COVID B1','early post-COVID B2','2021 non-5-year-call B2','2021 non-5-year-call B1','5-year call B1','5-year call B2','pre-COVID OGB and B2','IO');
IMPORT FOREIGN SCHEMA crt LIMIT TO (priced_at_market, map_cusip, bond_types, beta_estimates) FROM SERVER mysql_server INTO public;
-CREATE TABLE bbh_infuse_upload(
+CREATE TABLE bond_csv_upload(
id int4 NOT NULL GENERATED ALWAYS AS IDENTITY,
tradeid int NOT NULL,
cusip text NOT NULL,