-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
the Help Service -> schedule linkage is doubled-up. here are some hints at fixing it:
- take a snapshot of the database
- make a copy of the name (from name) field as a simple text field and call it something like name-old
- remove all the links from schule to help service
- verify they are gone by looking at the Base Schema app
- Add a name field that is a dropdown of "regular", "holiday", and "special" and pick regular for all the records.
- Add a link-column to the help-services table with teh relation 1 help service to many schedules
- copy paste the old service name colm to the linked column
- remove the old service name column.
- Edit the ID field to be a function that is the linked-column+name
- verify your work by looking at the Base Schema app.
Metadata
Metadata
Assignees
Labels
No labels