From b27f2308ff897f8c3a229ca42ae1d6bf3b639ff9 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 19 Jan 2024 12:44:14 -0500 Subject: [PATCH] feat: started testing | error: errors can be found when running npm run test --- client/package-lock.json | 334 +- package-lock.json | 12 - server/__tests__/faq.test.js | 87 + server/__tests__/faqCategory.test.js | 62 + server/package-lock.json | 14 - server/report.html | 8311 +++++++++++++++----------- server/report.json | 1039 ++++ 7 files changed, 6083 insertions(+), 3776 deletions(-) create mode 100644 server/__tests__/faq.test.js create mode 100644 server/__tests__/faqCategory.test.js diff --git a/client/package-lock.json b/client/package-lock.json index f79f9498..b3a1c521 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -83,6 +83,7 @@ }, "node_modules/@ampproject/remapping": { "version": "2.2.1", + "dev": true, "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", @@ -178,6 +179,7 @@ }, "node_modules/@babel/compat-data": { "version": "7.23.2", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -185,6 +187,7 @@ }, "node_modules/@babel/core": { "version": "7.23.2", + "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", @@ -213,6 +216,7 @@ }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", + "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -253,6 +257,7 @@ }, "node_modules/@babel/generator": { "version": "7.23.0", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.23.0", @@ -287,6 +292,7 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.22.15", + "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.9", @@ -301,6 +307,7 @@ }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", + "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -409,6 +416,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -439,6 +447,7 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.23.0", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", @@ -504,6 +513,7 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.22.5", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -548,6 +558,7 @@ }, "node_modules/@babel/helper-validator-option": { "version": "7.22.15", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -568,6 +579,7 @@ }, "node_modules/@babel/helpers": { "version": "7.23.2", + "dev": true, "license": "MIT", "dependencies": { "@babel/template": "^7.22.15", @@ -2132,6 +2144,7 @@ }, "node_modules/@babel/traverse": { "version": "7.23.2", + "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.22.13", @@ -2955,6 +2968,7 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.0.1", @@ -2967,6 +2981,7 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.1", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -2974,6 +2989,7 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.1.2", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -2990,10 +3006,12 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", + "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.20", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -5142,53 +5160,6 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", - "dev": true, - "peer": true, - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dev": true, - "peer": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-macros/node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "peer": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/babel-plugin-named-asset-import": { "version": "0.3.8", "dev": true, @@ -5534,6 +5505,7 @@ }, "node_modules/browserslist": { "version": "4.22.1", + "dev": true, "funding": [ { "type": "opencollective", @@ -5669,6 +5641,7 @@ }, "node_modules/caniuse-lite": { "version": "1.0.30001561", + "dev": true, "funding": [ { "type": "opencollective", @@ -6087,6 +6060,7 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", + "dev": true, "license": "MIT" }, "node_modules/cookie": { @@ -7171,6 +7145,7 @@ }, "node_modules/electron-to-chromium": { "version": "1.4.578", + "dev": true, "license": "ISC" }, "node_modules/emoji-regex": { @@ -7370,6 +7345,7 @@ }, "node_modules/escalade": { "version": "3.1.1", + "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -8756,6 +8732,7 @@ }, "node_modules/gensync": { "version": "1.0.0-beta.2", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -8893,6 +8870,7 @@ }, "node_modules/globals": { "version": "11.12.0", + "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -11060,6 +11038,7 @@ }, "node_modules/jsesc": { "version": "2.5.2", + "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -11098,6 +11077,7 @@ }, "node_modules/json5": { "version": "2.2.3", + "dev": true, "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -11835,6 +11815,7 @@ }, "node_modules/lru-cache": { "version": "5.1.1", + "dev": true, "license": "ISC", "dependencies": { "yallist": "^3.0.2" @@ -12213,6 +12194,7 @@ }, "node_modules/node-releases": { "version": "2.0.13", + "dev": true, "license": "MIT" }, "node_modules/normalize-path": { @@ -12660,6 +12642,7 @@ }, "node_modules/picocolors": { "version": "1.0.0", + "dev": true, "license": "ISC" }, "node_modules/picomatch": { @@ -18262,20 +18245,6 @@ "is-typedarray": "^1.0.0" } }, - "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "node_modules/unbox-primitive": { "version": "1.0.2", "dev": true, @@ -18408,6 +18377,7 @@ }, "node_modules/update-browserslist-db": { "version": "1.0.13", + "dev": true, "funding": [ { "type": "opencollective", @@ -19355,6 +19325,7 @@ }, "node_modules/yallist": { "version": "3.1.1", + "dev": true, "license": "ISC" }, "node_modules/yaml": { @@ -19413,6 +19384,7 @@ }, "@ampproject/remapping": { "version": "2.2.1", + "dev": true, "requires": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -19472,10 +19444,12 @@ } }, "@babel/compat-data": { - "version": "7.23.2" + "version": "7.23.2", + "dev": true }, "@babel/core": { "version": "7.23.2", + "dev": true, "requires": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.22.13", @@ -19495,7 +19469,8 @@ }, "dependencies": { "semver": { - "version": "6.3.1" + "version": "6.3.1", + "dev": true } } }, @@ -19520,6 +19495,7 @@ }, "@babel/generator": { "version": "7.23.0", + "dev": true, "requires": { "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", @@ -19542,6 +19518,7 @@ }, "@babel/helper-compilation-targets": { "version": "7.22.15", + "dev": true, "requires": { "@babel/compat-data": "^7.22.9", "@babel/helper-validator-option": "^7.22.15", @@ -19551,7 +19528,8 @@ }, "dependencies": { "semver": { - "version": "6.3.1" + "version": "6.3.1", + "dev": true } } }, @@ -19623,6 +19601,7 @@ }, "@babel/helper-hoist-variables": { "version": "7.22.5", + "dev": true, "requires": { "@babel/types": "^7.22.5" } @@ -19641,6 +19620,7 @@ }, "@babel/helper-module-transforms": { "version": "7.23.0", + "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-module-imports": "^7.22.15", @@ -19677,6 +19657,7 @@ }, "@babel/helper-simple-access": { "version": "7.22.5", + "dev": true, "requires": { "@babel/types": "^7.22.5" } @@ -19700,7 +19681,8 @@ "version": "7.22.20" }, "@babel/helper-validator-option": { - "version": "7.22.15" + "version": "7.22.15", + "dev": true }, "@babel/helper-wrap-function": { "version": "7.22.20", @@ -19713,6 +19695,7 @@ }, "@babel/helpers": { "version": "7.23.2", + "dev": true, "requires": { "@babel/template": "^7.22.15", "@babel/traverse": "^7.23.2", @@ -20561,8 +20544,7 @@ "version": "7.21.0-placeholder-for-preset-env.2", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "requires": {} + "dev": true }, "semver": { "version": "6.3.1", @@ -20622,6 +20604,7 @@ }, "@babel/traverse": { "version": "7.23.2", + "dev": true, "requires": { "@babel/code-frame": "^7.22.13", "@babel/generator": "^7.23.0", @@ -20751,13 +20734,11 @@ }, "@csstools/postcss-unset-value": { "version": "1.0.2", - "dev": true, - "requires": {} + "dev": true }, "@csstools/selector-specificity": { "version": "2.2.0", - "dev": true, - "requires": {} + "dev": true }, "@emotion/babel-plugin": { "version": "11.11.0", @@ -20868,8 +20849,7 @@ "version": "0.8.1" }, "@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.1", - "requires": {} + "version": "1.0.1" }, "@emotion/utils": { "version": "1.2.1" @@ -21113,6 +21093,7 @@ }, "@jridgewell/gen-mapping": { "version": "0.3.3", + "dev": true, "requires": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -21120,10 +21101,12 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.1.1" + "version": "3.1.1", + "dev": true }, "@jridgewell/set-array": { - "version": "1.1.2" + "version": "1.1.2", + "dev": true }, "@jridgewell/source-map": { "version": "0.3.5", @@ -21134,10 +21117,12 @@ } }, "@jridgewell/sourcemap-codec": { - "version": "1.4.15" + "version": "1.4.15", + "dev": true }, "@jridgewell/trace-mapping": { "version": "0.3.20", + "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -21631,8 +21616,7 @@ }, "@testing-library/user-event": { "version": "14.5.1", - "dev": true, - "requires": {} + "dev": true }, "@tootallnate/once": { "version": "1.1.2", @@ -22213,12 +22197,10 @@ }, "acorn-import-assertions": { "version": "1.9.0", - "dev": true, - "requires": {} + "dev": true }, "acorn-jsx": { - "version": "5.3.2", - "requires": {} + "version": "5.3.2" }, "acorn-walk": { "version": "7.2.0", @@ -22540,8 +22522,7 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} + "dev": true }, "json-schema-traverse": { "version": "0.4.1", @@ -22581,50 +22562,9 @@ "@types/babel__traverse": "^7.0.6" } }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", - "dev": true, - "peer": true, - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dev": true, - "peer": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, - "resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "peer": true, - "requires": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - } - } - }, "babel-plugin-named-asset-import": { "version": "0.3.8", - "dev": true, - "requires": {} + "dev": true }, "babel-plugin-polyfill-corejs2": { "version": "0.4.6", @@ -22870,6 +22810,7 @@ }, "browserslist": { "version": "4.22.1", + "dev": true, "requires": { "caniuse-lite": "^1.0.30001541", "electron-to-chromium": "^1.4.535", @@ -22943,7 +22884,8 @@ } }, "caniuse-lite": { - "version": "1.0.30001561" + "version": "1.0.30001561", + "dev": true }, "case-sensitive-paths-webpack-plugin": { "version": "2.4.0", @@ -23209,7 +23151,8 @@ "dev": true }, "convert-source-map": { - "version": "2.0.0" + "version": "2.0.0", + "dev": true }, "cookie": { "version": "0.5.0", @@ -23291,8 +23234,7 @@ }, "css-declaration-sorter": { "version": "6.4.1", - "dev": true, - "requires": {} + "dev": true }, "css-has-pseudo": { "version": "3.0.4", @@ -23360,8 +23302,7 @@ }, "css-prefers-color-scheme": { "version": "6.0.3", - "dev": true, - "requires": {} + "dev": true }, "css-select": { "version": "4.3.0", @@ -23461,8 +23402,7 @@ }, "cssnano-utils": { "version": "3.1.0", - "dev": true, - "requires": {} + "dev": true }, "csso": { "version": "4.2.0", @@ -23895,7 +23835,8 @@ } }, "electron-to-chromium": { - "version": "1.4.578" + "version": "1.4.578", + "dev": true }, "emoji-regex": { "version": "10.3.0" @@ -24049,7 +23990,8 @@ } }, "escalade": { - "version": "3.1.1" + "version": "3.1.1", + "dev": true }, "escape-html": { "version": "1.0.3" @@ -24187,8 +24129,7 @@ "version": "9.0.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", - "dev": true, - "requires": {} + "dev": true }, "eslint-config-react-app": { "version": "7.0.1", @@ -24383,8 +24324,7 @@ }, "eslint-plugin-react-hooks": { "version": "4.6.0", - "dev": true, - "requires": {} + "dev": true }, "eslint-plugin-testing-library": { "version": "5.11.1", @@ -24805,8 +24745,7 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} + "dev": true }, "chalk": { "version": "4.1.2", @@ -24933,7 +24872,8 @@ "version": "1.2.3" }, "gensync": { - "version": "1.0.0-beta.2" + "version": "1.0.0-beta.2", + "dev": true }, "get-caller-file": { "version": "2.0.5", @@ -25018,7 +24958,8 @@ } }, "globals": { - "version": "11.12.0" + "version": "11.12.0", + "dev": true }, "globalthis": { "version": "1.0.3", @@ -25305,8 +25246,7 @@ }, "icss-utils": { "version": "5.1.0", - "dev": true, - "requires": {} + "dev": true }, "idb": { "version": "7.1.1", @@ -26269,8 +26209,7 @@ }, "jest-pnp-resolver": { "version": "1.2.3", - "dev": true, - "requires": {} + "dev": true }, "jest-regex-util": { "version": "27.5.1", @@ -26495,7 +26434,8 @@ } }, "jsesc": { - "version": "2.5.2" + "version": "2.5.2", + "dev": true }, "json-buffer": { "version": "3.0.1" @@ -26521,7 +26461,8 @@ "dev": true }, "json5": { - "version": "2.2.3" + "version": "2.2.3", + "dev": true }, "jsonfile": { "version": "6.1.0", @@ -27021,6 +26962,7 @@ }, "lru-cache": { "version": "5.1.1", + "dev": true, "requires": { "yallist": "^3.0.2" } @@ -27248,7 +27190,8 @@ "dev": true }, "node-releases": { - "version": "2.0.13" + "version": "2.0.13", + "dev": true }, "normalize-path": { "version": "3.0.0", @@ -27521,7 +27464,8 @@ "dev": true }, "picocolors": { - "version": "1.0.0" + "version": "1.0.0", + "dev": true }, "picomatch": { "version": "2.3.1", @@ -27639,8 +27583,7 @@ }, "postcss-browser-comments": { "version": "4.0.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-calc": { "version": "8.2.4", @@ -27726,23 +27669,19 @@ }, "postcss-discard-comments": { "version": "5.1.2", - "dev": true, - "requires": {} + "dev": true }, "postcss-discard-duplicates": { "version": "5.1.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-discard-empty": { "version": "5.1.1", - "dev": true, - "requires": {} + "dev": true }, "postcss-discard-overridden": { "version": "5.1.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-double-position-gradients": { "version": "3.1.2", @@ -27761,8 +27700,7 @@ }, "postcss-flexbugs-fixes": { "version": "5.0.2", - "dev": true, - "requires": {} + "dev": true }, "postcss-focus-visible": { "version": "6.0.4", @@ -27780,13 +27718,11 @@ }, "postcss-font-variant": { "version": "5.0.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-gap-properties": { "version": "3.0.5", - "dev": true, - "requires": {} + "dev": true }, "postcss-image-set-function": { "version": "4.0.7", @@ -27817,8 +27753,7 @@ }, "postcss-initial": { "version": "4.0.1", - "dev": true, - "requires": {} + "dev": true }, "postcss-js": { "version": "4.0.1", @@ -27860,13 +27795,11 @@ }, "postcss-logical": { "version": "5.0.4", - "dev": true, - "requires": {} + "dev": true }, "postcss-media-minmax": { "version": "5.0.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-merge-longhand": { "version": "5.1.7", @@ -27920,8 +27853,7 @@ }, "postcss-modules-extract-imports": { "version": "3.0.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-modules-local-by-default": { "version": "4.0.3", @@ -27972,8 +27904,7 @@ }, "postcss-normalize-charset": { "version": "5.1.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-normalize-display-values": { "version": "5.1.0", @@ -28035,8 +27966,7 @@ }, "postcss-opacity-percentage": { "version": "1.1.3", - "dev": true, - "requires": {} + "dev": true }, "postcss-ordered-values": { "version": "5.1.3", @@ -28055,8 +27985,7 @@ }, "postcss-page-break": { "version": "3.0.4", - "dev": true, - "requires": {} + "dev": true }, "postcss-place": { "version": "7.0.5", @@ -28144,8 +28073,7 @@ }, "postcss-replace-overflow-wrap": { "version": "4.0.0", - "dev": true, - "requires": {} + "dev": true }, "postcss-selector-not": { "version": "6.0.1", @@ -28602,8 +28530,7 @@ "react-onclickoutside": { "version": "6.13.0", "resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.0.tgz", - "integrity": "sha512-ty8So6tcUpIb+ZE+1HAhbLROvAIJYyJe/1vRrrcmW+jLsaM+/powDRqxzo6hSh9CuRZGSL1Q8mvcF5WRD93a0A==", - "requires": {} + "integrity": "sha512-ty8So6tcUpIb+ZE+1HAhbLROvAIJYyJe/1vRrrcmW+jLsaM+/powDRqxzo6hSh9CuRZGSL1Q8mvcF5WRD93a0A==" }, "react-popper": { "version": "2.3.0", @@ -29676,8 +29603,7 @@ } }, "react-to-print": { - "version": "2.14.15", - "requires": {} + "version": "2.14.15" }, "react-tooltip": { "version": "5.22.0", @@ -29698,8 +29624,7 @@ } }, "reactjs-popup": { - "version": "2.0.6", - "requires": {} + "version": "2.0.6" }, "read-cache": { "version": "1.0.0", @@ -30084,8 +30009,7 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} + "dev": true }, "json-schema-traverse": { "version": "0.4.1", @@ -30640,8 +30564,7 @@ }, "style-loader": { "version": "3.3.3", - "dev": true, - "requires": {} + "dev": true }, "stylehacks": { "version": "5.1.1", @@ -31172,13 +31095,6 @@ "is-typedarray": "^1.0.0" } }, - "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "peer": true - }, "unbox-primitive": { "version": "1.0.2", "dev": true, @@ -31267,6 +31183,7 @@ }, "update-browserslist-db": { "version": "1.0.13", + "dev": true, "requires": { "escalade": "^3.1.1", "picocolors": "^1.0.0" @@ -31289,12 +31206,10 @@ } }, "use-isomorphic-layout-effect": { - "version": "1.1.2", - "requires": {} + "version": "1.1.2" }, "use-memo-one": { - "version": "1.1.3", - "requires": {} + "version": "1.1.3" }, "util-deprecate": { "version": "1.0.2" @@ -31496,8 +31411,7 @@ }, "ws": { "version": "8.14.2", - "dev": true, - "requires": {} + "dev": true } } }, @@ -31915,8 +31829,7 @@ "version": "7.5.9", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": true, - "requires": {} + "dev": true }, "xml-name-validator": { "version": "3.0.0", @@ -31937,7 +31850,8 @@ "dev": true }, "yallist": { - "version": "3.1.1" + "version": "3.1.1", + "dev": true }, "yaml": { "version": "1.10.2" diff --git a/package-lock.json b/package-lock.json index fc449a09..1f32b39f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6778,18 +6778,6 @@ "node": ">=8" } }, - "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/react-csv": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/react-csv/-/react-csv-2.2.2.tgz", diff --git a/server/__tests__/faq.test.js b/server/__tests__/faq.test.js new file mode 100644 index 00000000..748a97c3 --- /dev/null +++ b/server/__tests__/faq.test.js @@ -0,0 +1,87 @@ +const request = require("supertest"); +const { + setupServer, + teardownServer +} = require("../_jest-setup_/utils/server-setup"); + +let server; + +beforeAll(async () => { + server = await setupServer(); +}); + +afterAll(async () => { + await teardownServer(); +}); + +const apiRoute = "/api/faqs"; + +const response = async (method, parameters) => { + const res = await request(server)[method](`${apiRoute}/${parameters}`); + return res; +}; + +describe("", () => { + let faqId; + + beforeEach(async () => { + const res = await response("get", ""); + faqId = res.body[0].id; + }); + + afterEach(async () => { + faqId = undefined; + }); + + // GET / <- all + it("Should get all faqs", async () => { + const res = await response("get", ""); + expect(Array.isArray(res.body).toBeTruthy); + res.body.forEach(faq => { + expect(faq).toHaveProperty("id"); + expect(faq).toHaveProperty("name"); + expect(faq).toHaveProperty("displayOrder"); + expect(faq).toHaveProperty("faqs"); + + const faqs = JSON.parse(faq.faqs); + faqs.forEach(faqItem => { + expect(faqItem).toHaveProperty("id"); + expect(faqItem).toHaveProperty("question"); + expect(faqItem).toHaveProperty("answer"); + expect(faqItem).toHaveProperty("faqCategoryId"); + expect(faqItem).toHaveProperty("displayOrder"); + }); + }); + }); + + // GET /:id <- by id + it("Should get faqs by id", async () => { + const res = await response("get", faqId); + expect(res.statusCode).toEqual(200); + expect(res.body.id).toEqual(faqId); + }); + + // GET /:id <- by inexistent id + it("Should NOT get faqs by id", async () => { + const res = await response("get", 9999999); + expect(res.statusCode).toEqual(404); + }); + + // POST / + it("Should post faqs", async () => { + const res = await response("post", ""); + expect(res.statusCode).toEqual(200); + }); + + // PUT /:id <- by id + it("Should put faqs by id", async () => { + const res = await response("put", faqId); + expect(res.statusCode).toEqual(200); + }); + + // DELETE /id <- by id + it("Should delete faqs by id", async () => { + const res = await response("delete", faqId); + expect(res.statusCode).toEqual(200); + }); +}); diff --git a/server/__tests__/faqCategory.test.js b/server/__tests__/faqCategory.test.js new file mode 100644 index 00000000..0d503a26 --- /dev/null +++ b/server/__tests__/faqCategory.test.js @@ -0,0 +1,62 @@ +const request = require("supertest"); +const { + setupServer, + teardownServer +} = require("../_jest-setup_/utils/server-setup"); + +let server; + +beforeAll(async () => { + server = await setupServer(); +}); + +afterAll(async () => { + await teardownServer(); +}); + +describe("FAQ Category Controller", () => { + // GET "/" all FAQ categories + it("Should get all FAQ categories", async () => { + const res = await request(server).get("/"); + expect(res.status).toEqual(200); + expect(Array.isArray(res.body)).toBeTruthy(); + }); + + // GET "/:id" FAQ category by id + it("Should get a FAQ category by ID", async () => { + const res = await request(server).get("/1"); + expect(res.status).toEqual(200); + expect(res.body).toHaveProperty("id"); + }); + + // POST "/" create a new FAQ category + it("Should create a new FAQ category", async () => { + const newFaqCategory = { + name: "Test Category", + displayOrder: 1, + faqs: JSON.stringify([{ question: "Test", answer: "Test" }]) + }; + const res = await request(server).post("/").send(newFaqCategory); + expect(res.status).toEqual(201); + }); + + // PUT "/:id" update a FAQ category + it("Should update a FAQ category", async () => { + const updatedFaqCategory = { + id: 1, + name: "Updated Test Category", + displayOrder: 1, + faqs: JSON.stringify([ + { question: "Updated Test", answer: "Updated Test" } + ]) + }; + const res = await request(server).put(`/1`).send(updatedFaqCategory); + expect(res.status).toEqual(200); + }); + + // DELETE "/:id" delete a FAQ category + it("Should delete a FAQ category", async () => { + const res = await request(server).delete("/1"); + expect(res.status).toEqual(200); + }); +}); diff --git a/server/package-lock.json b/server/package-lock.json index 46736b04..ab45bfe3 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -9030,20 +9030,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", - "dev": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", diff --git a/server/report.html b/server/report.html index 55e63ac3..48e9872b 100644 --- a/server/report.html +++ b/server/report.html @@ -2,799 +2,799 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Flyway Reports
@@ -817,7 +817,8 @@ - + +
@@ -831,24 +832,24 @@
Migration report
Database version: 20230420.1255
2 scripts migrated
Execution Time: 00:00.156s
-
Database version: 20230420.1255
2 scripts migrated
Execution Time: 00:00.156s
-You can read more about the migrate report here +
Database version: 20230420.1255
2 scripts migrated
Execution Time: 00:00.156s
+You can read more about the migrate report here
@@ -882,151 +883,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -1040,24 +1041,24 @@
Migration report
Database version: 20230628.1208
6 scripts migrated
Execution Time: 00:00.522s
-
Database version: 20230628.1208
6 scripts migrated
Execution Time: 00:00.522s
-You can read more about the migrate report here +
Database version: 20230628.1208
6 scripts migrated
Execution Time: 00:00.522s
+You can read more about the migrate report here
@@ -1136,151 +1137,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -1294,24 +1295,24 @@
Migration report
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
-
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
-You can read more about the migrate report here +
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
+You can read more about the migrate report here

No migrations found

@@ -1329,151 +1330,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -1487,24 +1488,24 @@
Migration report
Database version: 20230628.1310
2 scripts migrated
Execution Time: 00:00.247s
-
Database version: 20230628.1310
2 scripts migrated
Execution Time: 00:00.247s
-You can read more about the migrate report here +
Database version: 20230628.1310
2 scripts migrated
Execution Time: 00:00.247s
+You can read more about the migrate report here
@@ -1538,151 +1539,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -1696,24 +1697,24 @@
Migration report
Database version: 20230906.2053
121 scripts migrated
Execution Time: 00:02.056s
-
Database version: 20230906.2053
121 scripts migrated
Execution Time: 00:02.056s
-You can read more about the migrate report here +
Database version: 20230906.2053
121 scripts migrated
Execution Time: 00:02.056s
+You can read more about the migrate report here
@@ -2699,151 +2700,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -2857,173 +2858,173 @@
Migration report
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
-
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
-You can read more about the migrate report here +
Database version: 0
0 scripts migrated
Execution Time: 00:00.000s
+You can read more about the migrate report here

No migrations found

- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -3037,24 +3038,24 @@
Migration report
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.010s
-
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.010s
-You can read more about the migrate report here +
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.010s
+You can read more about the migrate report here
@@ -4048,151 +4049,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -4206,24 +4207,24 @@
Migration report
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:02.769s
-
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:02.769s
-You can read more about the migrate report here +
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:02.769s
+You can read more about the migrate report here
@@ -5217,151 +5218,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -5375,24 +5376,24 @@
Migration report
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.670s
-
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.670s
-You can read more about the migrate report here +
Database version: 20230909.2141
122 scripts migrated
Execution Time: 00:03.670s
+You can read more about the migrate report here
@@ -6386,151 +6387,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -6544,24 +6545,24 @@
Migration report
Database version: 20231102.0946
1 script migrated
Execution Time: 00:00.074s
-
Database version: 20231102.0946
1 script migrated
Execution Time: 00:00.074s
-You can read more about the migrate report here +
Database version: 20231102.0946
1 script migrated
Execution Time: 00:00.074s
+You can read more about the migrate report here
@@ -6587,151 +6588,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -6745,24 +6746,24 @@
Migration report
Database version: 20231120.0924
1 script migrated
Execution Time: 00:03.224s
-
Database version: 20231120.0924
1 script migrated
Execution Time: 00:03.224s
-You can read more about the migrate report here +
Database version: 20231120.0924
1 script migrated
Execution Time: 00:03.224s
+You can read more about the migrate report here
@@ -6788,151 +6789,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -6946,24 +6947,24 @@
Migration report
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.137s
-
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.137s
-You can read more about the migrate report here +
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.137s
+You can read more about the migrate report here
@@ -6989,151 +6990,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -7147,24 +7148,24 @@
Migration report
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.085s
-
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.085s
-You can read more about the migrate report here +
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.085s
+You can read more about the migrate report here
@@ -7190,151 +7191,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -7348,24 +7349,24 @@
Migration report
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.077s
-
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.077s
-You can read more about the migrate report here +
Database version: 20231121.1647
1 script migrated
Execution Time: 00:00.077s
+You can read more about the migrate report here
@@ -7391,151 +7392,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -7549,24 +7550,24 @@
Migration report
Database version: 20240104.1705
1 script migrated
Execution Time: 00:00.088s
-
Database version: 20240104.1705
1 script migrated
Execution Time: 00:00.088s
-You can read more about the migrate report here +
Database version: 20240104.1705
1 script migrated
Execution Time: 00:00.088s
+You can read more about the migrate report here
@@ -7592,151 +7593,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -7750,24 +7751,24 @@
Migration report
Database version: 20240104.1714
1 script migrated
Execution Time: 00:00.081s
-
Database version: 20240104.1714
1 script migrated
Execution Time: 00:00.081s
-You can read more about the migrate report here +
Database version: 20240104.1714
1 script migrated
Execution Time: 00:00.081s
+You can read more about the migrate report here
@@ -7793,151 +7794,151 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
@@ -7951,24 +7952,24 @@
Migration report
Database version: 20240104.1714
5 scripts migrated
Execution Time: 00:01.046s
-
Database version: 20240104.1714
5 scripts migrated
Execution Time: 00:01.046s
-You can read more about the migrate report here +
Database version: 20240104.1714
5 scripts migrated
Execution Time: 00:01.046s
+You can read more about the migrate report here
@@ -8026,230 +8027,1460 @@
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

- - -
-
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
- -
-
-
- - Explore how to get this report and what it can do for you.
- -
- -
- - - - -

No code analysis report available yet

- -
-
-
- - - - + +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
+ + +
+
+ + + + + + +
+
Migration report
Database version: 8262020.5171
127 scripts migrated
Execution Time: 00:00.919s
+
+
Database version: 8262020.5171
127 scripts migrated
Execution Time: 00:00.919s
+You can read more about the migrate report here +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VersionDescriptionCategoryTypeFilepathExecutionTime
0001setup db baselineVersionedSQLV0001__setup_db_baseline.sql00:00.218s
0002sample project and loginsVersionedSQLV0002__sample_project_and_logins.sql00:00.013s
0003redefine maximum point valueVersionedSQLV0003__redefine_maximum_point_value.sql00:00.010s
0004add tooltips to sidebarVersionedSQLV0004__add_tooltips_to_sidebar.sql00:00.003s
0005update descriptions and pointsVersionedSQLV0005__update_descriptions_and_points.sql00:00.004s
0006update land usesVersionedSQLV0006__update_land_uses.sql00:00.012s
0007update calculation panelsVersionedSQLV0007__update_calculation_panels.sql00:00.004s
0008delete obsolete strategies 478VersionedSQLV0008__delete_obsolete_strategies_478.sql00:00.011s
0009update descriptions and points 474VersionedSQLV0009__update_descriptions_and_points_474.sql00:00.006s
0010update bike measures 477 450VersionedSQLV0010__update_bike_measures_477_450.sql00:00.004s
0011fix residential pkg 474VersionedSQLV0011__fix_residential_pkg_474.sql00:00.002s
0012put warehouse calculation panel back 478VersionedSQLV0012__put_warehouse_calculation_panel_back_478.sql00:00.002s
0013modify input interactions 452VersionedSQLV0013__modify_input_interactions_452.sql00:00.006s
0014add new strategies 479VersionedSQLV0014__add_new_strategies_479.sql00:00.013s
0016add strategies 479VersionedSQLV0016__add_strategies_479.sql00:00.012s
0017land-use-calculationsVersionedSQLV0017__land-use-calculations.sql00:00.009s
0018setup appllicable land uses for strategiesVersionedSQLV0018__setup_appllicable_land_uses_for_strategies.sql00:00.014s
0019update inputs 451 516VersionedSQLV0019__update_inputs_451_516.sql00:00.005s
0020fixes to land use exclusionsVersionedSQLV0020__fixes_to_land_use_exclusions.sql00:00.008s
8192020.4522implement custom validation fn 518VersionedSQLV8192020.4522__implement_custom_validation_fn_518.sql00:00.011s
8192020.5445fix spelling of bike parking labelVersionedSQLV8192020.5445__fix_spelling_of_bike_parking_label.sql00:00.002s
8192020.7450update options 474VersionedSQLV8192020.7450__update_options_474.sql00:00.003s
8192020.8170change none into NA 525VersionedSQLV8192020.8170__change_none_into_NA_525.sql00:00.015s
8262020.5171bike parking dont initialize 519VersionedSQLV8262020.5171__bike_parking_dont_initialize_519.sql00:00.002s
20200907.1046packages only apply to level one 550VersionedSQLV20200907.1046__packages_only_apply_to_level_one_550.sql00:00.003s
20200909.1070Update MS to MiddleSchool 549VersionedSQLV20200909.1070__Update_MS_to_MiddleSchool_549.sql00:00.003s
20200909.1300make bike share hyperlinkVersionedSQLV20200909.1300__make_bike_share_hyperlink.sql00:00.002s
20200910.0951update ms to middle school-part2 549VersionedSQLV20200910.0951__update_ms_to_middle_school-part2_549.sql00:00.002s
20200927.1739fix commercial pkg fnVersionedSQLV20200927.1739__fix_commercial_pkg_fn.sql00:00.002s
20201010.1506edit choices for strategy affordable 577VersionedSQLV20201010.1506__edit_choices_for_strategy_affordable_577.sql00:00.003s
20201010.1554modify mandatory tripl reduction strategy 576VersionedSQLV20201010.1554__modify_mandatory_tripl_reduction_strategy_576.sql00:00.003s
20201010.1611adjust strategy rules 585VersionedSQLV20201010.1611__adjust_strategy_rules_585.sql00:00.003s
20201011.1351revise special use program levels 582VersionedSQLV20201011.1351__revise_special_use_program_levels_582.sql00:00.002s
20201011.1449fix bug in pts transit access 1 593VersionedSQLV20201011.1449__fix_bug_in_pts_transit_access_1_593.sql00:00.002s
20201011.2251add public commentVersionedSQLV20201011.2251__add_public_comment.sql00:00.008s
20201030.1748rule adjustments 601 619 616 617VersionedSQLV20201030.1748__rule_adjustments_601_619_616_617.sql00:00.004s
20201123.0935rule adjustments 601 619 616 617VersionedSQLV20201123.0935__rule_adjustments_601_619_616_617.sql00:00.003s
20201207.1326equity adjustments 656VersionedSQLV20201207.1326__equity_adjustments_656.sql00:00.003s
20201208.1611equity adjustments take 2 656VersionedSQLV20201208.1611__equity_adjustments_take_2_656.sql00:00.002s
20210208.2036updating neighborhood transit tootip 678VersionedSQLV20210208.2036__updating_neighborhood_transit_tootip_678.sql00:00.002s
20210217.1924change encouragement program tooltip 731VersionedSQLV20210217.1924__change_encouragement_program_tooltip_731.sql00:00.002s
20210226.1844update school level calcVersionedSQLV20210226.1844__update_school_level_calc.sql00:00.002s
20210322.2141remove required to submit from building permitVersionedSQLV20210322.2141__remove_required_to_submit_from_building_permit.sql00:00.002s
20210331.1719update dropdown choices to use na 779VersionedSQLV20210331.1719__update_dropdown_choices_to_use_na_779.sql00:00.002s
20210414.1954changed spcs to spacesVersionedSQLV20210414.1954__changed_spcs_to_spaces.sql00:00.011s
20210421.1652update bike parking spelling 803VersionedSQLV20210421.1652__update_bike_parking_spelling_803.sql00:00.002s
20210423.2115update car share strategy 791VersionedSQLV20210423.2115__update_car_share_strategy_791.sql00:00.007s
20210501.0939make park spaces requiredVersionedSQLV20210501.0939__make_park_spaces_required.sql00:00.004s
20210526.1316adjust strategy points 826VersionedSQLV20210526.1316__adjust_strategy_points_826.sql00:00.004s
20210526.1439adjust tooltips 827 832VersionedSQLV20210526.1439__adjust_tooltips_827_832.sql00:00.003s
20210526.1442adjust applicable land uses 828 829VersionedSQLV20210526.1442__adjust_applicable_land_uses_828_829.sql00:00.003s
20210602.1741update range choices for dropdownsVersionedSQLV20210602.1741__update_range_choices_for_dropdowns.sql00:00.002s
20210602.1806rename ain apnVersionedSQLV20210602.1806__rename_ain_apn.sql00:00.002s
20210602.1956undo issue 829VersionedSQLV20210602.1956__undo_issue_829.sql00:00.002s
20210608.0016fix ids and switch cases for dropdowns 839 848VersionedSQLV20210608.0016__fix_ids_and_switch_cases_for_dropdowns_839_848.sql00:00.002s
20210709.2215update project level hotels motels 855VersionedSQLV20210709.2215__update_project_level_hotels_motels_855.sql00:00.002s
20210722.1337update sqft number of alternative 881 876 869VersionedSQLV20210722.1337__update_sqft_number_of_alternative_881_876_869.sql00:00.003s
20210805.2119update child care display 858VersionedSQLV20210805.2119__update_child_care_display_858.sql00:00.002s
20210806.1746update school safety strategy 858VersionedSQLV20210806.1746__update_school_safety_strategy_858.sql00:00.001s
20211013.2249remove affordable housing tooltip 915VersionedSQLV20211013.2249__remove_affordable_housing_tooltip_915.sql00:00.002s
20211028.1600update parking baseline rule name 970VersionedSQLV20211028.1600__update_parking_baseline_rule_name_970.sql00:00.003s
20211117.1246revise packages 998VersionedSQLV20211117.1246__revise _packages_998.sql00:00.009s
20211203.1958make-telecommute strategies independent 618VersionedSQLV20211203.1958__make-telecommute_strategies_independent_618.sql00:00.002s
20211203.2030mutually exclusive parking-strategies 999VersionedSQLV20211203.2030__mutually_exclusive_parking-strategies_999.sql00:00.003s
20211203.2100consolidate bike share strategies 1007VersionedSQLV20211203.2100__consolidate_bike_share_strategies_1007.sql00:00.006s
20211207.1533page 2 language edits 1009VersionedSQLV20211207.1533__page_2_language_edits_1009.sql00:00.013s
20211207.1817allow 0 provided parking 964VersionedSQLV20211207.1817__allow_0_provided_parking_964.sql00:00.004s
20211222.1946fix televisits points 618VersionedSQLV20211222.1946__fix_televisits_points_618.sql00:00.002s
20211222.2003minor strategy name changes 1030VersionedSQLV20211222.2003__minor_strategy_name_changes_1030.sql00:00.002s
20211222.2039high school specification name change 1030VersionedSQLV20211222.2039__high_school_specification_name_change_1030.sql00:00.002s
20220207.1702move-help-links-inside-tooltips 1058VersionedSQLV20220207.1702__move-help-links-inside-tooltips_1058.sql00:00.002s
20220212.0932fix spelling in toolltip 1058VersionedSQLV20220212.0932__fix_spelling_in_toolltip_1058.sql00:00.002s
20220325.0859strategy changes 1097VersionedSQLV20220325.0859__strategy_changes_1097.sql00:00.004s
20220325.0923threshold changes 1096VersionedSQLV20220325.0923__threshold_changes_1096.sql00:00.002s
20220402.1008modify stadium level 2 thresholdVersionedSQLV20220402.1008__modify_stadium_level_2_threshold.sql00:00.002s
20220412.0912modify access improvement strategy 1116VersionedSQLV20220412.0912__modify_access_improvement_strategy_1116.sql00:00.003s
20220413.1917updating neighborhood transit tootip 1059VersionedSQLV20220413.1917__updating_neighborhood_transit_tootip_1059.sql00:00.002s
20220413.2003rule adjustments 1059VersionedSQLV20220413.2003__rule_adjustments_1059.sql00:00.003s
20220413.2004consolidate bike share strategies 1059VersionedSQLV20220413.2004__consolidate_bike_share_strategies_1059.sql00:00.002s
20220413.2005adjust tooltips 1059VersionedSQLV20220413.2005__adjust_tooltips_1059.sql00:00.002s
20220513.1136update tooltipsVersionedSQLV20220513.1136__update_tooltips.sql00:00.002s
20220513.1240hotel enable unbundling 856VersionedSQLV20220513.1240__hotel_enable_unbundling_856.sql00:00.002s
20220527.2139modify wording of reduced parking tooltip 1162VersionedSQLV20220527.2139__modify_wording_of_reduced_parking_tooltip_1162.sql00:00.002s
20220602.1517add readonly field to calculation rule 1164 1149VersionedSQLV20220602.1517__add_readonly_field_to_calculation_rule_1164_1149.sql00:00.008s
20220604.0941update encouragement program tooltip 1124VersionedSQLV20220604.0941__update_encouragement_program_tooltip_1124.sql00:00.003s
20220605.1506change reduced parking tooltips 1186VersionedSQLV20220605.1506__change_reduced_parking_tooltips_1186.sql00:00.002s
20220605.1624change alternate number tooltip 1185VersionedSQLV20220605.1624__change_alternate_number_tooltip_1185.sql00:00.002s
20220704.1546modify project address tooltip 1141VersionedSQLV20220704.1546__modify_project_address_tooltip_1141.sql00:00.002s
20220706.1306fix to 1141VersionedSQLV20220706.1306__fix_to_1141.sql00:00.002s
20220706.1325change residential specifcations ui 1209VersionedSQLV20220706.1325__change_residential_specifcations_ui_1209.sql00:00.005s
20220706.1351change tooltips for reduced parking 1206VersionedSQLV20220706.1351__change_tooltips_for_reduced_parking_1206.sql00:00.003s
20220719.1939update shared parking tooltipVersionedSQLV20220719.1939__update_shared_parking_tooltip.sql00:00.002s
20220719.1956update encouragement program tooltip 3VersionedSQLV20220719.1956__update_encouragement_program_tooltip_3.sql00:00.002s
20220803.1517modify description tooltip 1158VersionedSQLV20220803.1517__modify_description_tooltip_1158.sql00:00.002s
20220810.1525change page-1-tooltips 1226VersionedSQLV20220810.1525__change_page-1-tooltips_1226.sql00:00.002s
20221004.2105update electrical vehicle and transit vehicle bonusVersionedSQLV20221004.2105__update_electrical_vehicle_and_transit_vehicle_bonus.sql00:00.003s
20221014.1955fix spelling in sidebar tooltip1245VersionedSQLV20221014.1955__fix_spelling_in_sidebar_tooltip1245.sql00:00.001s
20221014.2002project description remove-asterisk 1246VersionedSQLV20221014.2002__project_description_remove-asterisk_1246.sql00:00.001s
20221017.2050faq questions answersVersionedSQLV20221017.2050__faq_questions_answers.sql00:00.005s
20221113.1303add faq category tableVersionedSQLV20221113.1303__add_faq_category_table.sql00:00.010s
20221120.0951sprocs for faqs 1261VersionedSQLV20221120.0951__sprocs_for_faqs_1261.sql00:00.159s
20221123.1759add applicability explanations to strtaegy-tooltips 1276VersionedSQLV20221123.1759__add_applicability_explanations_to_strtaegy-tooltips_1276.sql00:00.004s
20221123.1926fix to issue 1276VersionedSQLV20221123.1926__fix_to_issue_1276.sql00:00.002s
20221127.2030populate initial faqs 1280VersionedSQLV20221127.2030__populate_initial_faqs_1280.sql00:00.006s
20221201.1517populate initional faqs take2 1280VersionedSQLV20221201.1517__populate_initional_faqs_take2_1280.sql00:00.003s
20221202.1117modify hotel level thresholds 1287VersionedSQLV20221202.1117__modify_hotel_level_thresholds_1287.sql00:00.002s
20230111.1526more mods to- greyed toolitps 1244VersionedSQLV20230111.1526__more_mods_to-_greyed_toolitps_1244.sql00:00.003s
20230121.1505populate initional faqs take3 1280VersionedSQLV20230121.1505__populate_initional_faqs_take3_1280.sql00:00.003s
20230203.2005change user defined strategy tooltip 1133VersionedSQLV20230203.2005__change_user_defined_strategy_tooltip_1133.sql00:00.002s
20230203.2043change user defined strategy tooltip 1133 take2VersionedSQLV20230203.2043__change_user_defined_strategy_tooltip_1133_take2.sql00:00.002s
20230320.1545update affordable housing tooltipsVersionedSQLV20230320.1545__update_affordable_housing_tooltips.sql00:00.003s
20230420.1255create sproc update account 780VersionedSQLV20230420.1255__create_sproc_update_account_780.sql00:00.003s
20230627.2115create insertAll faqsVersionedSQLV20230627.2115__create_insertAll_faqs.sql00:00.007s
20230628.0938update insertAllVersionedSQLV20230628.0938__update_insertAll.sql00:00.013s
20230628.1107update insertAll 3VersionedSQLV20230628.1107__update_insertAll_3.sql00:00.016s
20230628.1128update category selectAllVersionedSQLV20230628.1128__update_category_selectAll.sql00:00.002s
20230628.1205update category insertAll 4VersionedSQLV20230628.1205__update_category_insertAll_4.sql00:00.007s
20230628.1208update category insertAll 5VersionedSQLV20230628.1208__update_category_insertAll_5.sql00:00.008s
20230628.1230update category insertAll 6VersionedSQLV20230628.1230__update_category_insertAll_6.sql00:00.009s
20230628.1310update category insertAll 7VersionedSQLV20230628.1310__update_category_insertAll_7.sql00:00.004s
20230906.2053changes to support hide trash snapshotVersionedSQLV20230906.2053__changes_to_support_hide_trash_snapshot.sql00:00.009s
20230909.2141archives and deletes users and projectsVersionedSQLV20230909.2141__archives_and_deletes_users_and_projects.sql00:00.008s
20231003.1432disable strategies when no parking provided 1434VersionedSQLV20231003.1432__disable_strategies_when_no_parking_provided_1434.sql00:00.002s
20231102.0946modify project snpshot sproc 1437VersionedSQLV20231102.0946__modify_project_snpshot_sproc_1437.sql00:00.002s
20231120.0924rename publiccomment to feedback 670VersionedSQLV20231120.0924__rename_publiccomment_to_feedback_670.sql00:00.004s
20231121.1647disable car share parking when no parking provided 1434VersionedSQLV20231121.1647__disable_car_share_parking_when_no_parking_provided_1434.sql00:00.002s
20240104.1705add-project-rename-sprocVersionedSQLV20240104.1705__add-project-rename-sproc.sql00:00.007s
+
+
+
Flyway Exception: Migration V20240104.1714__add_about_table_to_db_1531.sql failed
+---------------------------------------------------------------
+SQL State  : S0001
+Error Code : 155
+Message    : 'OPTIMIZE_FOR_SEQUENTIAL_KEY' is not a recognized CREATE TABLE option.
+Location   : /root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql (/root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql)
+Line       : 1
+Statement  : IF OBJECT_ID(N'dbo.About', N'U') IS NULL
+CREATE TABLE [dbo].[About](
+	[id] [int] IDENTITY(1,1) NOT NULL,
+	[title] [varchar](250) NULL,
+	[displayOrder] [int] NULL,
+	[content] [nvarchar](max) NULL,
+ CONSTRAINT [PK__About] PRIMARY KEY CLUSTERED 
+(
+	[id] ASC
+)WITH (STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
+) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
+
+
+
+
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Change reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
+
+
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Drift reporting is not included in your current Flyway license. Upgrade to Flyway Enterprise to gain access.

+ + +
+
+
+
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

Dry Run is not included in your current Flyway license. Upgrade to Flyway Teams or Enterprise to gain access.

+ + +
+
+
+
+ +
+
+
+ + Explore how to get this report and what it can do for you.
+ +
+ +
+ + + + +

No code analysis report available yet

+ +
+
+
+
+
+ +
- - + + diff --git a/server/report.json b/server/report.json index fe03c5a3..4c190a79 100644 --- a/server/report.json +++ b/server/report.json @@ -4341,6 +4341,1045 @@ "operation": "migrate", "exception": null, "licenseFailed": false + }, + { + "error": { + "errorCode": "FAILED_VERSIONED_MIGRATION", + "message": "Migration V20240104.1714__add_about_table_to_db_1531.sql failed\n---------------------------------------------------------------\nSQL State : S0001\nError Code : 155\nMessage : \u0027OPTIMIZE_FOR_SEQUENTIAL_KEY\u0027 is not a recognized CREATE TABLE option.\nLocation : /root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql (/root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql)\nLine : 1\nStatement : IF OBJECT_ID(N\u0027dbo.About\u0027, N\u0027U\u0027) IS NULL\nCREATE TABLE [dbo].[About](\n\t[id] [int] IDENTITY(1,1) NOT NULL,\n\t[title] [varchar](250) NULL,\n\t[displayOrder] [int] NULL,\n\t[content] [nvarchar](max) NULL,\n CONSTRAINT [PK__About] PRIMARY KEY CLUSTERED \n(\n\t[id] ASC\n)WITH (STATISTICS_NORECOMPUTE \u003d OFF, IGNORE_DUP_KEY \u003d OFF, OPTIMIZE_FOR_SEQUENTIAL_KEY \u003d OFF) ON [PRIMARY]\n) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]\n", + "stackTrace": null, + "lineNumber": 1, + "path": "/root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql" + }, + "initialSchemaVersion": null, + "targetSchemaVersion": null, + "schemaName": "", + "migrations": [ + { + "category": "Versioned", + "version": "0001", + "description": "setup db baseline", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0001__setup_db_baseline.sql", + "executionTime": 218 + }, + { + "category": "Versioned", + "version": "0002", + "description": "sample project and logins", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0002__sample_project_and_logins.sql", + "executionTime": 13 + }, + { + "category": "Versioned", + "version": "0003", + "description": "redefine maximum point value", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0003__redefine_maximum_point_value.sql", + "executionTime": 10 + }, + { + "category": "Versioned", + "version": "0004", + "description": "add tooltips to sidebar", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0004__add_tooltips_to_sidebar.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "0005", + "description": "update descriptions and points", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0005__update_descriptions_and_points.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "0006", + "description": "update land uses", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0006__update_land_uses.sql", + "executionTime": 12 + }, + { + "category": "Versioned", + "version": "0007", + "description": "update calculation panels", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0007__update_calculation_panels.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "0008", + "description": "delete obsolete strategies 478", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0008__delete_obsolete_strategies_478.sql", + "executionTime": 11 + }, + { + "category": "Versioned", + "version": "0009", + "description": "update descriptions and points 474", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0009__update_descriptions_and_points_474.sql", + "executionTime": 6 + }, + { + "category": "Versioned", + "version": "0010", + "description": "update bike measures 477 450", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0010__update_bike_measures_477_450.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "0011", + "description": "fix residential pkg 474", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0011__fix_residential_pkg_474.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "0012", + "description": "put warehouse calculation panel back 478", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0012__put_warehouse_calculation_panel_back_478.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "0013", + "description": "modify input interactions 452", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0013__modify_input_interactions_452.sql", + "executionTime": 6 + }, + { + "category": "Versioned", + "version": "0014", + "description": "add new strategies 479", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0014__add_new_strategies_479.sql", + "executionTime": 13 + }, + { + "category": "Versioned", + "version": "0016", + "description": "add strategies 479", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0016__add_strategies_479.sql", + "executionTime": 12 + }, + { + "category": "Versioned", + "version": "0017", + "description": "land-use-calculations", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0017__land-use-calculations.sql", + "executionTime": 9 + }, + { + "category": "Versioned", + "version": "0018", + "description": "setup appllicable land uses for strategies", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0018__setup_appllicable_land_uses_for_strategies.sql", + "executionTime": 14 + }, + { + "category": "Versioned", + "version": "0019", + "description": "update inputs 451 516", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0019__update_inputs_451_516.sql", + "executionTime": 5 + }, + { + "category": "Versioned", + "version": "0020", + "description": "fixes to land use exclusions", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V0020__fixes_to_land_use_exclusions.sql", + "executionTime": 8 + }, + { + "category": "Versioned", + "version": "8192020.4522", + "description": "implement custom validation fn 518", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V8192020.4522__implement_custom_validation_fn_518.sql", + "executionTime": 11 + }, + { + "category": "Versioned", + "version": "8192020.5445", + "description": "fix spelling of bike parking label", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V8192020.5445__fix_spelling_of_bike_parking_label.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "8192020.7450", + "description": "update options 474", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V8192020.7450__update_options_474.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "8192020.8170", + "description": "change none into NA 525", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V8192020.8170__change_none_into_NA_525.sql", + "executionTime": 15 + }, + { + "category": "Versioned", + "version": "8262020.5171", + "description": "bike parking dont initialize 519", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V8262020.5171__bike_parking_dont_initialize_519.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20200907.1046", + "description": "packages only apply to level one 550", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20200907.1046__packages_only_apply_to_level_one_550.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20200909.1070", + "description": "Update MS to MiddleSchool 549", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20200909.1070__Update_MS_to_MiddleSchool_549.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20200909.1300", + "description": "make bike share hyperlink", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20200909.1300__make_bike_share_hyperlink.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20200910.0951", + "description": "update ms to middle school-part2 549", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20200910.0951__update_ms_to_middle_school-part2_549.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20200927.1739", + "description": "fix commercial pkg fn", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20200927.1739__fix_commercial_pkg_fn.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20201010.1506", + "description": "edit choices for strategy affordable 577", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201010.1506__edit_choices_for_strategy_affordable_577.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20201010.1554", + "description": "modify mandatory tripl reduction strategy 576", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201010.1554__modify_mandatory_tripl_reduction_strategy_576.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20201010.1611", + "description": "adjust strategy rules 585", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201010.1611__adjust_strategy_rules_585.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20201011.1351", + "description": "revise special use program levels 582", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201011.1351__revise_special_use_program_levels_582.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20201011.1449", + "description": "fix bug in pts transit access 1 593", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201011.1449__fix_bug_in_pts_transit_access_1_593.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20201011.2251", + "description": "add public comment", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201011.2251__add_public_comment.sql", + "executionTime": 8 + }, + { + "category": "Versioned", + "version": "20201030.1748", + "description": "rule adjustments 601 619 616 617", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201030.1748__rule_adjustments_601_619_616_617.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20201123.0935", + "description": "rule adjustments 601 619 616 617", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201123.0935__rule_adjustments_601_619_616_617.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20201207.1326", + "description": "equity adjustments 656", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201207.1326__equity_adjustments_656.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20201208.1611", + "description": "equity adjustments take 2 656", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20201208.1611__equity_adjustments_take_2_656.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210208.2036", + "description": "updating neighborhood transit tootip 678", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210208.2036__updating_neighborhood_transit_tootip_678.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210217.1924", + "description": "change encouragement program tooltip 731", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210217.1924__change_encouragement_program_tooltip_731.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210226.1844", + "description": "update school level calc", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210226.1844__update_school_level_calc.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210322.2141", + "description": "remove required to submit from building permit", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210322.2141__remove_required_to_submit_from_building_permit.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210331.1719", + "description": "update dropdown choices to use na 779", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210331.1719__update_dropdown_choices_to_use_na_779.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210414.1954", + "description": "changed spcs to spaces", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210414.1954__changed_spcs_to_spaces.sql", + "executionTime": 11 + }, + { + "category": "Versioned", + "version": "20210421.1652", + "description": "update bike parking spelling 803", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210421.1652__update_bike_parking_spelling_803.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210423.2115", + "description": "update car share strategy 791", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210423.2115__update_car_share_strategy_791.sql", + "executionTime": 7 + }, + { + "category": "Versioned", + "version": "20210501.0939", + "description": "make park spaces required", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210501.0939__make_park_spaces_required.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20210526.1316", + "description": "adjust strategy points 826", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210526.1316__adjust_strategy_points_826.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20210526.1439", + "description": "adjust tooltips 827 832", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210526.1439__adjust_tooltips_827_832.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20210526.1442", + "description": "adjust applicable land uses 828 829", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210526.1442__adjust_applicable_land_uses_828_829.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20210602.1741", + "description": "update range choices for dropdowns", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210602.1741__update_range_choices_for_dropdowns.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210602.1806", + "description": "rename ain apn", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210602.1806__rename_ain_apn.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210602.1956", + "description": "undo issue 829", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210602.1956__undo_issue_829.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210608.0016", + "description": "fix ids and switch cases for dropdowns 839 848", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210608.0016__fix_ids_and_switch_cases_for_dropdowns_839_848.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210709.2215", + "description": "update project level hotels motels 855", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210709.2215__update_project_level_hotels_motels_855.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210722.1337", + "description": "update sqft number of alternative 881 876 869", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210722.1337__update_sqft_number_of_alternative_881_876_869.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20210805.2119", + "description": "update child care display 858", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210805.2119__update_child_care_display_858.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20210806.1746", + "description": "update school safety strategy 858", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20210806.1746__update_school_safety_strategy_858.sql", + "executionTime": 1 + }, + { + "category": "Versioned", + "version": "20211013.2249", + "description": "remove affordable housing tooltip 915", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211013.2249__remove_affordable_housing_tooltip_915.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20211028.1600", + "description": "update parking baseline rule name 970", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211028.1600__update_parking_baseline_rule_name_970.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20211117.1246", + "description": "revise packages 998", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211117.1246__revise _packages_998.sql", + "executionTime": 9 + }, + { + "category": "Versioned", + "version": "20211203.1958", + "description": "make-telecommute strategies independent 618", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211203.1958__make-telecommute_strategies_independent_618.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20211203.2030", + "description": "mutually exclusive parking-strategies 999", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211203.2030__mutually_exclusive_parking-strategies_999.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20211203.2100", + "description": "consolidate bike share strategies 1007", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211203.2100__consolidate_bike_share_strategies_1007.sql", + "executionTime": 6 + }, + { + "category": "Versioned", + "version": "20211207.1533", + "description": "page 2 language edits 1009", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211207.1533__page_2_language_edits_1009.sql", + "executionTime": 13 + }, + { + "category": "Versioned", + "version": "20211207.1817", + "description": "allow 0 provided parking 964", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211207.1817__allow_0_provided_parking_964.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20211222.1946", + "description": "fix televisits points 618", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211222.1946__fix_televisits_points_618.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20211222.2003", + "description": "minor strategy name changes 1030", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211222.2003__minor_strategy_name_changes_1030.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20211222.2039", + "description": "high school specification name change 1030", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20211222.2039__high_school_specification_name_change_1030.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220207.1702", + "description": "move-help-links-inside-tooltips 1058", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220207.1702__move-help-links-inside-tooltips_1058.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220212.0932", + "description": "fix spelling in toolltip 1058", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220212.0932__fix_spelling_in_toolltip_1058.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220325.0859", + "description": "strategy changes 1097", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220325.0859__strategy_changes_1097.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20220325.0923", + "description": "threshold changes 1096", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220325.0923__threshold_changes_1096.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220402.1008", + "description": "modify stadium level 2 threshold", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220402.1008__modify_stadium_level_2_threshold.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220412.0912", + "description": "modify access improvement strategy 1116", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220412.0912__modify_access_improvement_strategy_1116.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20220413.1917", + "description": "updating neighborhood transit tootip 1059", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220413.1917__updating_neighborhood_transit_tootip_1059.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220413.2003", + "description": "rule adjustments 1059", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220413.2003__rule_adjustments_1059.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20220413.2004", + "description": "consolidate bike share strategies 1059", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220413.2004__consolidate_bike_share_strategies_1059.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220413.2005", + "description": "adjust tooltips 1059", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220413.2005__adjust_tooltips_1059.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220513.1136", + "description": "update tooltips", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220513.1136__update_tooltips.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220513.1240", + "description": "hotel enable unbundling 856", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220513.1240__hotel_enable_unbundling_856.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220527.2139", + "description": "modify wording of reduced parking tooltip 1162", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220527.2139__modify_wording_of_reduced_parking_tooltip_1162.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220602.1517", + "description": "add readonly field to calculation rule 1164 1149", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220602.1517__add_readonly_field_to_calculation_rule_1164_1149.sql", + "executionTime": 8 + }, + { + "category": "Versioned", + "version": "20220604.0941", + "description": "update encouragement program tooltip 1124", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220604.0941__update_encouragement_program_tooltip_1124.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20220605.1506", + "description": "change reduced parking tooltips 1186", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220605.1506__change_reduced_parking_tooltips_1186.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220605.1624", + "description": "change alternate number tooltip 1185", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220605.1624__change_alternate_number_tooltip_1185.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220704.1546", + "description": "modify project address tooltip 1141", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220704.1546__modify_project_address_tooltip_1141.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220706.1306", + "description": "fix to 1141", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220706.1306__fix_to_1141.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220706.1325", + "description": "change residential specifcations ui 1209", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220706.1325__change_residential_specifcations_ui_1209.sql", + "executionTime": 5 + }, + { + "category": "Versioned", + "version": "20220706.1351", + "description": "change tooltips for reduced parking 1206", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220706.1351__change_tooltips_for_reduced_parking_1206.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20220719.1939", + "description": "update shared parking tooltip", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220719.1939__update_shared_parking_tooltip.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220719.1956", + "description": "update encouragement program tooltip 3", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220719.1956__update_encouragement_program_tooltip_3.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220803.1517", + "description": "modify description tooltip 1158", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220803.1517__modify_description_tooltip_1158.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20220810.1525", + "description": "change page-1-tooltips 1226", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20220810.1525__change_page-1-tooltips_1226.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20221004.2105", + "description": "update electrical vehicle and transit vehicle bonus", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221004.2105__update_electrical_vehicle_and_transit_vehicle_bonus.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20221014.1955", + "description": "fix spelling in sidebar tooltip1245", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221014.1955__fix_spelling_in_sidebar_tooltip1245.sql", + "executionTime": 1 + }, + { + "category": "Versioned", + "version": "20221014.2002", + "description": "project description remove-asterisk 1246", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221014.2002__project_description_remove-asterisk_1246.sql", + "executionTime": 1 + }, + { + "category": "Versioned", + "version": "20221017.2050", + "description": "faq questions answers", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221017.2050__faq_questions_answers.sql", + "executionTime": 5 + }, + { + "category": "Versioned", + "version": "20221113.1303", + "description": "add faq category table", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221113.1303__add_faq_category_table.sql", + "executionTime": 10 + }, + { + "category": "Versioned", + "version": "20221120.0951", + "description": "sprocs for faqs 1261", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221120.0951__sprocs_for_faqs_1261.sql", + "executionTime": 159 + }, + { + "category": "Versioned", + "version": "20221123.1759", + "description": "add applicability explanations to strtaegy-tooltips 1276", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221123.1759__add_applicability_explanations_to_strtaegy-tooltips_1276.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20221123.1926", + "description": "fix to issue 1276", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221123.1926__fix_to_issue_1276.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20221127.2030", + "description": "populate initial faqs 1280", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221127.2030__populate_initial_faqs_1280.sql", + "executionTime": 6 + }, + { + "category": "Versioned", + "version": "20221201.1517", + "description": "populate initional faqs take2 1280", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221201.1517__populate_initional_faqs_take2_1280.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20221202.1117", + "description": "modify hotel level thresholds 1287", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20221202.1117__modify_hotel_level_thresholds_1287.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20230111.1526", + "description": "more mods to- greyed toolitps 1244", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230111.1526__more_mods_to-_greyed_toolitps_1244.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20230121.1505", + "description": "populate initional faqs take3 1280", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230121.1505__populate_initional_faqs_take3_1280.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20230203.2005", + "description": "change user defined strategy tooltip 1133", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230203.2005__change_user_defined_strategy_tooltip_1133.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20230203.2043", + "description": "change user defined strategy tooltip 1133 take2", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230203.2043__change_user_defined_strategy_tooltip_1133_take2.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20230320.1545", + "description": "update affordable housing tooltips", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230320.1545__update_affordable_housing_tooltips.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20230420.1255", + "description": "create sproc update account 780", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230420.1255__create_sproc_update_account_780.sql", + "executionTime": 3 + }, + { + "category": "Versioned", + "version": "20230627.2115", + "description": "create insertAll faqs", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230627.2115__create_insertAll_faqs.sql", + "executionTime": 7 + }, + { + "category": "Versioned", + "version": "20230628.0938", + "description": "update insertAll", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.0938__update_insertAll.sql", + "executionTime": 13 + }, + { + "category": "Versioned", + "version": "20230628.1107", + "description": "update insertAll 3", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1107__update_insertAll_3.sql", + "executionTime": 16 + }, + { + "category": "Versioned", + "version": "20230628.1128", + "description": "update category selectAll", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1128__update_category_selectAll.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20230628.1205", + "description": "update category insertAll 4", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1205__update_category_insertAll_4.sql", + "executionTime": 7 + }, + { + "category": "Versioned", + "version": "20230628.1208", + "description": "update category insertAll 5", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1208__update_category_insertAll_5.sql", + "executionTime": 8 + }, + { + "category": "Versioned", + "version": "20230628.1230", + "description": "update category insertAll 6", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1230__update_category_insertAll_6.sql", + "executionTime": 9 + }, + { + "category": "Versioned", + "version": "20230628.1310", + "description": "update category insertAll 7", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230628.1310__update_category_insertAll_7.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20230906.2053", + "description": "changes to support hide trash snapshot", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230906.2053__changes_to_support_hide_trash_snapshot.sql", + "executionTime": 9 + }, + { + "category": "Versioned", + "version": "20230909.2141", + "description": "archives and deletes users and projects", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20230909.2141__archives_and_deletes_users_and_projects.sql", + "executionTime": 8 + }, + { + "category": "Versioned", + "version": "20231003.1432", + "description": "disable strategies when no parking provided 1434", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20231003.1432__disable_strategies_when_no_parking_provided_1434.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20231102.0946", + "description": "modify project snpshot sproc 1437", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20231102.0946__modify_project_snpshot_sproc_1437.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20231120.0924", + "description": "rename publiccomment to feedback 670", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20231120.0924__rename_publiccomment_to_feedback_670.sql", + "executionTime": 4 + }, + { + "category": "Versioned", + "version": "20231121.1647", + "description": "disable car share parking when no parking provided 1434", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20231121.1647__disable_car_share_parking_when_no_parking_provided_1434.sql", + "executionTime": 2 + }, + { + "category": "Versioned", + "version": "20240104.1705", + "description": "add-project-rename-sproc", + "type": "SQL", + "filepath": "/root/tdm-calculator/server/db/migration/V20240104.1705__add-project-rename-sproc.sql", + "executionTime": 7 + } + ], + "migrationsExecuted": 127, + "success": false, + "flywayVersion": "9.22.3", + "database": "tdmdev", + "warnings": [], + "timestamp": "2024-01-18T21:31:59.777733354", + "operation": "migrate", + "exception": "Migration V20240104.1714__add_about_table_to_db_1531.sql failed\n---------------------------------------------------------------\nSQL State : S0001\nError Code : 155\nMessage : \u0027OPTIMIZE_FOR_SEQUENTIAL_KEY\u0027 is not a recognized CREATE TABLE option.\nLocation : /root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql (/root/tdm-calculator/server/db/migration/V20240104.1714__add_about_table_to_db_1531.sql)\nLine : 1\nStatement : IF OBJECT_ID(N\u0027dbo.About\u0027, N\u0027U\u0027) IS NULL\nCREATE TABLE [dbo].[About](\n\t[id] [int] IDENTITY(1,1) NOT NULL,\n\t[title] [varchar](250) NULL,\n\t[displayOrder] [int] NULL,\n\t[content] [nvarchar](max) NULL,\n CONSTRAINT [PK__About] PRIMARY KEY CLUSTERED \n(\n\t[id] ASC\n)WITH (STATISTICS_NORECOMPUTE \u003d OFF, IGNORE_DUP_KEY \u003d OFF, OPTIMIZE_FOR_SEQUENTIAL_KEY \u003d OFF) ON [PRIMARY]\n) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]\n", + "licenseFailed": false } ] } \ No newline at end of file