Skip to content
Snippets Groups Projects
Commit 62b1164c authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Added sequence mapping for user_card table so that row creation works properly with PostgreSQL.

parent 0e23eed5
No related merge requests found
...@@ -234,6 +234,7 @@ $config = [ ...@@ -234,6 +234,7 @@ $config = [
'session' => ['id', 'session_id_seq'], 'session' => ['id', 'session_id_seq'],
'tags' => ['id', 'tags_id_seq'], 'tags' => ['id', 'tags_id_seq'],
'user' => ['id', 'user_id_seq'], 'user' => ['id', 'user_id_seq'],
'user_card' => ['id', 'user_card_id_seq'],
'user_list' => ['id', 'user_list_id_seq'], 'user_list' => ['id', 'user_list_id_seq'],
'user_resource' => ['id', 'user_resource_id_seq'], 'user_resource' => ['id', 'user_resource_id_seq'],
], ],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment