Skip to content

Commit

Permalink
Small addition to file model.
Browse files Browse the repository at this point in the history
  • Loading branch information
talesm committed Jan 24, 2015
1 parent 9bbd504 commit 8e14ec9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orcamentoCb.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/orcamentoCb" prefix_auto="1" extension_auto="1" />
<Option output="bin/Debug/orcamento" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="0" />
<Option compiler="gcc" />
Expand All @@ -27,7 +27,7 @@
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/orcamentoCb" prefix_auto="1" extension_auto="1" />
<Option output="bin/Release/orcamento" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
Expand Down
4 changes: 4 additions & 0 deletions theModel.sql
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ BEGIN
);
END;

INSERT INTO "meta"("key", "value")
VALUES
('format-version', '0.1.0');

INSERT INTO "category"(name)
VALUES
('Income'),
Expand Down

0 comments on commit 8e14ec9

Please sign in to comment.