mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix share data migration to '{"overview":true}'
Some checks are pending
Node.js CI / build (push) Waiting to run
Some checks are pending
Node.js CI / build (push) Waiting to run
This commit is contained in:
parent
7a89bbf19f
commit
d70152be38
3 changed files with 2 additions and 14 deletions
|
|
@ -1,6 +1,3 @@
|
|||
-- DropIndex
|
||||
DROP INDEX "board_board_id_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "link_link_id_key";
|
||||
|
||||
|
|
@ -19,9 +16,6 @@ DROP INDEX "segment_segment_id_key";
|
|||
-- DropIndex
|
||||
DROP INDEX "session_session_id_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "share_share_id_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "team_team_id_key";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue