Commit 34fbc84e authored by Dr.李's avatar Dr.李

fixed bug

parent 7f602e97
......@@ -40,4 +40,4 @@ u."AccountsPayablesTDays",u."AccountsPayablesTRate",u."AdminiExpenseRate",u."ART
left join legacy_factor as l on m.trade_date = l.trade_date and m.code = l.code
left join tiny as t on m.trade_date = t.trade_date and m.code = t.code
create UNIQUE index on MATERIALIZED (trade_date, code)
\ No newline at end of file
create UNIQUE index on full_factor_view (trade_date, code)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment