diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-08 13:20:47 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-08 13:20:47 +0100 |
commit | d6a532c420a93b211a9747c5fb807a3f2767fa22 (patch) | |
tree | 572bc13c87a726cbc7132043cc1d10af795f442b /src/main/resources | |
parent | ff34cdc13bc8ba0943cded8009b9869a455894f6 (diff) | |
download | esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.gz esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.bz2 esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.xz esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.zip |
o Slurping down the entire list of projects.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/ddl.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/ddl.sql b/src/main/resources/ddl.sql index f545efd..a8bec8f 100644 --- a/src/main/resources/ddl.sql +++ b/src/main/resources/ddl.sql @@ -8,6 +8,11 @@ CREATE TABLE atom_feed ( last_update TIMESTAMP NOT NULL ); +CREATE TABLE gitorious_repository ( + entry_id VARCHAR(1000) PRIMARY KEY, + text VARCHAR(1000) +); + CREATE TABLE gitorious_change ( entry_id VARCHAR(1000) PRIMARY KEY, text VARCHAR(1000) |