Changes to Master schema. #95
Closed
NTDLS
announced in
Announcements
Replies: 2 comments
-
Roger!!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally got the engine to a point where it can perform tasks with scripts, so creation of the Master schema has been moved to: These scripts are added to the project as "embedded resources" and can be executed from within the engine to perform tasks such as user creation and role modification. Some examples: Katzebase.Engine\Interactions\Management\PolicyManager.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@ingted
I added a field to Master:Account and created new schemas "Master:Role" and "Master:Membership", this schema change will cause your login to fail, so I also added a "magic user" when running in debug mode that will allow you to login and drop the master schema.
debug
DROP SCHEMA Master
(you might have to run the drop statement twice).Beta Was this translation helpful? Give feedback.
All reactions