diff --git a/db/builder_db.ml b/db/builder_db.ml index 226f2b9..42010af 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 = 17L +let current_version = 18L type 'a id = 'a Rep.id