fix: typo (#45)

This commit is contained in:
wolfgang555
2025-08-02 12:19:15 +08:00
committed by GitHub
parent 446012dfd6
commit ccdb79eb36
12 changed files with 29 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ On developer machineI want add/update table for my business
atlas migrate hash # step 2 if need
atlas migrate status --url $ATLAS_URL --dir "file://migrations" # check status
# Last, dump the lastest database schema for other developer
# Last, dump the latest database schema for other developer
atlas schema inspect -u $ATLAS_URL --exclude "atlas_schema_revisions,table_*" > opencoze_latest_schema.hcl # step 3
## 4. apply migration