Skip to content
Snippets Groups Projects
Commit eb5f7069 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix up table api unit test.

parent fe39648b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
:updated_at $
:entity_name nil
:active true
:pk_field nil
:id (table->id :venues)
:db_id (:id @test-db)
:created_at $})
......@@ -140,6 +141,7 @@
:updated_at $
:entity_name "Userz"
:active true
:pk_field nil
:id $
:db_id @db-id
:created_at $})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment