5 lines
273 B
Markdown
5 lines
273 B
Markdown
|
|
# Codex Rules
|
||
|
|
|
||
|
|
- Do not manually edit files under `FileShare-EFCore/Migrations/**`. These files are generated by EF scripts.
|
||
|
|
- When database schema changes are needed, update the EF model/configuration only and ask the user to generate migrations with the project scripts.
|