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
Copy file name to clipboardExpand all lines: docs/decisions/0020-authoring-as-one-app.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ In one pull request, we would:
39
39
4. Model Migration Plan
40
40
~~~~~~~~~~~~~~~~~~~~~~~
41
41
42
-
Migrating models across apps is tricky. This plan assumes that people will either have a new install or run migrations from Teak or the current "main" branch, both of which have the same models/schema at the time of this writing (v0.30.2).
42
+
Migrating models across apps is tricky. This plan assumes that people will either have a new install or run migrations from Ulmo or the current "main" branch, both of which have the same models/schema at the time of this writing (v0.30.2).
43
43
44
44
The new ``authoring`` app's initial migration will detect whether it is a new install or an update to an existing one and either create the tables or simply repoint the models to the existing schema. The next migration will rename the tables to have a common ``oel_authoring`` prefix.
0 commit comments