You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide a DB storage mechanism for MMR rather than file based. This will simplify having to manage storage and will also make creating backups simpler as it can be in the same DB as projects.
We should provide a migration path where any existing file based MMR data can be moved to the DB.
BONUS:
Remove the project Id column from the POI table as this is redundant data and instead use another field in the metadata table
The text was updated successfully, but these errors were encountered:
Description
We should provide a DB storage mechanism for MMR rather than file based. This will simplify having to manage storage and will also make creating backups simpler as it can be in the same DB as projects.
We should provide a migration path where any existing file based MMR data can be moved to the DB.
BONUS:
Remove the project Id column from the POI table as this is redundant data and instead use another field in the metadata table
The text was updated successfully, but these errors were encountered: