aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/gitorious.org.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/gitorious.org.sql')
-rw-r--r--src/main/resources/gitorious.org.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/resources/gitorious.org.sql b/src/main/resources/gitorious.org.sql
deleted file mode 100644
index 51a015b..0000000
--- a/src/main/resources/gitorious.org.sql
+++ /dev/null
@@ -1,11 +0,0 @@
--- Test data for my projects at gitorious.org
-BEGIN;
-
-INSERT INTO gitorious_project VALUES ('esper-test-project');
-INSERT INTO gitorious_repository VALUES ('esper-test-project', 'esper-test-project', 'https://gitorious.org/esper-test-project/esper-test-project.atom');
-
-INSERT INTO subscriber VALUES ('trygvis');
-INSERT INTO subscription_gitorious_repository VALUES ('trygvis', 'esper-test-project', 'esper-test-project');
-
-COMMIT;
--