We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da73a6e commit 57b46eeCopy full SHA for 57b46ee
app/database/schema/server/test.ts
@@ -52,7 +52,7 @@ const {PLAYBOOK_RUN, PLAYBOOK_CHECKLIST, PLAYBOOK_CHECKLIST_ITEM, PLAYBOOK_RUN_A
52
describe('*** Test schema for SERVER database ***', () => {
53
it('=> The SERVER SCHEMA should strictly match', () => {
54
expect(serverSchema).toEqual({
55
- version: 16,
+ version: 17,
56
unsafeSql: undefined,
57
tables: {
58
[CATEGORY]: {
0 commit comments