diff --git a/orcamentoCb.cbp b/orcamentoCb.cbp
index 3d6b101..fd3f3b7 100644
--- a/orcamentoCb.cbp
+++ b/orcamentoCb.cbp
@@ -7,7 +7,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
diff --git a/theModel.sql b/theModel.sql
index 9dc49bb..5f61984 100644
--- a/theModel.sql
+++ b/theModel.sql
@@ -168,6 +168,10 @@ BEGIN
);
END;
+INSERT INTO "meta"("key", "value")
+VALUES
+ ('format-version', '0.1.0');
+
INSERT INTO "category"(name)
VALUES
('Income'),