Skip to content

Commit

Permalink
update schema for azure support
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Avetisyan <[email protected]>
  • Loading branch information
havetisyan committed May 23, 2024
1 parent e79fcc2 commit 13fef16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/zms/schema/schema_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ and the corresponding SQL script is stored in the `servers/zms/schema/zms_server
## Steps to Generate the Schema Update SQL Script

1. Create a new file in the updates directory with the name `update-<date>.sql` where `<date>` is
the date is the current date (e.g. update-20240523.sql).
the current date (e.g. update-20240523.sql).
2. Include the necessary SQL statements in the file to update an existing schema (e.g. `ALTER TABLE`, etc.).
3. Include the update file as part of your PR.

0 comments on commit 13fef16

Please sign in to comment.