Skip to content

Commit e8516b4

Browse files
committed
document migration creation subcommand
1 parent fef3778 commit e8516b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- added support for the MONEY and SMALLMONEY types in MSSQL.
55
- include [math functions](https://sqlite.org/lang_mathfunc.html) in the builtin sqlite3 database.
66
- update the SQL parser to [v0.57](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.57.0.md)
7+
- the sqlpage binary can now help you create new empty migration files from the command line:
8+
```
9+
❯ ./sqlpage create-migration my_new_table
10+
Migration file created: sqlpage/migrations/20250627095944_my_new_table.sql
11+
```
712

813
## v0.35.2
914
- Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.

0 commit comments

Comments
 (0)