Skip to content

Commit

Permalink
Merge pull request #1932 from taozhi8833998/refactor-version
Browse files Browse the repository at this point in the history
refactor: upgrade version
  • Loading branch information
taozhi8833998 authored Jun 3, 2024
2 parents a3e448e + 8934f80 commit 2f55022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ast/postgresql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type create_db_stmt_t = {
type: 'create',
keyword: 'database' | 'schema',
if_not_exists?: 'if not exists',
database: string,
database: ident_without_kw_type,
create_definitions?: create_db_definition
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-sql-parser",
"version": "5.1.0",
"version": "5.2.0",
"description": "simple node sql parser",
"main": "index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 2f55022

Please sign in to comment.