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
This is step two in a multi-step process to migrate all application data and configuration into one database. As described in #6 by @ckolderup :
Encode the messages and permissions tables from activitypub.db as schemas in application.db using its migration functionality. Make the setup process detect an existing activitypub.db file and copy all data over from it to the new tables in application.db. Update the code to read from application.db for this data. Notify the owner on startup that they can remove activitypub.db.
The text was updated successfully, but these errors were encountered:
Depends on #135
This is step two in a multi-step process to migrate all application data and configuration into one database. As described in #6 by @ckolderup :
The text was updated successfully, but these errors were encountered: