diff --git a/db/builder_db.ml b/db/builder_db.ml index 1c44c41..26244e2 100644 --- a/db/builder_db.ml +++ b/db/builder_db.ml @@ -5,7 +5,7 @@ open Caqti_request.Infix let application_id = 1234839235l (* Please update this when making changes! *) -let current_version = 15L +let current_version = 16L type 'a id = 'a Rep.id