Skip to content

Commit

Permalink
test(sdk): update introspection snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jul 8, 2020
1 parent 1a8a9ac commit 66f2a8c
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/packages/sdk/src/__tests__/introspection/introspection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ test('introspection basic', async () => {
Object {
"columns": Array [
Object {
"autoIncrement": false,
"autoIncrement": true,
"default": null,
"name": "applied",
"name": "revision",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
Expand All @@ -84,7 +84,7 @@ test('introspection basic', async () => {
Object {
"autoIncrement": false,
"default": null,
"name": "database_migration",
"name": "name",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
Expand All @@ -108,7 +108,7 @@ test('introspection basic', async () => {
Object {
"autoIncrement": false,
"default": null,
"name": "datamodel_steps",
"name": "status",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
Expand All @@ -120,31 +120,31 @@ test('introspection basic', async () => {
Object {
"autoIncrement": false,
"default": null,
"name": "errors",
"name": "applied",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
"dataType": "TEXT",
"family": "string",
"fullDataType": "TEXT",
"dataType": "INTEGER",
"family": "int",
"fullDataType": "INTEGER",
},
},
Object {
"autoIncrement": false,
"default": null,
"name": "finished_at",
"name": "rolled_back",
"tpe": Object {
"arity": "nullable",
"arity": "required",
"characterMaximumLength": null,
"dataType": "DATE",
"family": "dateTime",
"fullDataType": "DATE",
"dataType": "INTEGER",
"family": "int",
"fullDataType": "INTEGER",
},
},
Object {
"autoIncrement": false,
"default": null,
"name": "name",
"name": "datamodel_steps",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
Expand All @@ -154,27 +154,27 @@ test('introspection basic', async () => {
},
},
Object {
"autoIncrement": true,
"autoIncrement": false,
"default": null,
"name": "revision",
"name": "database_migration",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
"dataType": "INTEGER",
"family": "int",
"fullDataType": "INTEGER",
"dataType": "TEXT",
"family": "string",
"fullDataType": "TEXT",
},
},
Object {
"autoIncrement": false,
"default": null,
"name": "rolled_back",
"name": "errors",
"tpe": Object {
"arity": "required",
"characterMaximumLength": null,
"dataType": "INTEGER",
"family": "int",
"fullDataType": "INTEGER",
"dataType": "TEXT",
"family": "string",
"fullDataType": "TEXT",
},
},
Object {
Expand All @@ -192,13 +192,13 @@ test('introspection basic', async () => {
Object {
"autoIncrement": false,
"default": null,
"name": "status",
"name": "finished_at",
"tpe": Object {
"arity": "required",
"arity": "nullable",
"characterMaximumLength": null,
"dataType": "TEXT",
"family": "string",
"fullDataType": "TEXT",
"dataType": "DATE",
"family": "dateTime",
"fullDataType": "DATE",
},
},
],
Expand Down

0 comments on commit 66f2a8c

Please sign in to comment.