Manual changes to db to get to v2 #108

Closed
opened 2022-03-15 22:48:59 +00:00 by kae · 1 comment
Owner
  • rename playlisttracks to playlist_tracks
  • rename notecolours.hexcolour to colour
  • add # to colours
    • Set: UPDATE notecolours SET colour = CONCAT('#', colour)
    • Undo: UPDATE notecolours SET colour = SUBSTR(colour, 2);
  • Update alembic_version from c55992d1fe5f to 52cbded98e7c
* rename `playlisttracks` to `playlist_tracks` * rename `notecolours.hexcolour` to `colour` * add `#` to colours * Set: `UPDATE notecolours SET colour = CONCAT('#', colour)` * Undo: `UPDATE notecolours SET colour = SUBSTR(colour, 2);` * Update `alembic_version` from `c55992d1fe5f` to `52cbded98e7c`
Author
Owner

V2 now in production use

V2 now in production use
kae closed this issue 2022-04-18 19:52:40 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kae/musicmuster#108
No description provided.