Skip to content

Commit

Permalink
Merge pull request #13 from codenotary/fix/support-alter
Browse files Browse the repository at this point in the history
Fix/support alter
  • Loading branch information
byo authored Jul 25, 2022
2 parents 83baddb + 709e9bc commit f1ba0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immudb-webconsole",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/sqlParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const WRITE_COMMANDS = [
'BEGIN TRANSACTION',
'COMMIT',
'ROLLBACK',
'ALTER',
];

const containsWord = (str, word) => {
Expand Down

0 comments on commit f1ba0e1

Please sign in to comment.