We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef3778 commit e8516b4Copy full SHA for e8516b4
CHANGELOG.md
@@ -4,6 +4,11 @@
4
- added support for the MONEY and SMALLMONEY types in MSSQL.
5
- include [math functions](https://sqlite.org/lang_mathfunc.html) in the builtin sqlite3 database.
6
- 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
12
13
## v0.35.2
14
- Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.
0 commit comments