Skip to content
Verified Commit ee344ca9 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

DbIntrospector: add queries to get and set next autoincrement PK value

They do not get updated automatically, because we are explicitly
inserting the values for the PK columns into new tables. The
autoincrement counter only gets automatically increased when a new
row is inserted without the value specified.
parent 10676c5e
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