[anjuta/sdb-core-trans: 25/70] symbol-db: removed useless tables.
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/sdb-core-trans: 25/70] symbol-db: removed useless tables.
- Date: Sat, 19 Jun 2010 16:37:26 +0000 (UTC)
commit 34c8d0bf6286e28231ced3b257673d07c5f0b317
Author: Massimo Corà <mcora src gnome org>
Date: Fri Jun 11 00:26:47 2010 +0200
symbol-db: removed useless tables.
plugins/symbol-db/tables.sql | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/plugins/symbol-db/tables.sql b/plugins/symbol-db/tables.sql
index 49b16dd..9f4288e 100644
--- a/plugins/symbol-db/tables.sql
+++ b/plugins/symbol-db/tables.sql
@@ -15,28 +15,6 @@ CREATE TABLE project (project_id integer PRIMARY KEY AUTOINCREMENT,
analyse_time date
);
-DROP TABLE IF EXISTS file_include;
-CREATE TABLE file_include (file_include_id integer PRIMARY KEY AUTOINCREMENT,
- file_include_type text not null unique
- );
-
-DROP TABLE IF EXISTS ext_include;
-CREATE TABLE ext_include (prj_id integer REFERENCES project (project_id),
- file_incl_id integer REFERENCES file_include (file_include_id),
- PRIMARY KEY (prj_id, file_incl_id)
- );
-
-DROP TABLE IF EXISTS file_ignore;
-CREATE TABLE file_ignore (file_ignore_id integer PRIMARY KEY AUTOINCREMENT,
- file_ignore_type text unique
- );
-
-DROP TABLE IF EXISTS ext_ignore;
-CREATE TABLE ext_ignore (prj_id integer REFERENCES project (project_id),
- file_ign_id integer REFERENCES file_ignore (file_ignore_id),
- PRIMARY KEY (prj_id, file_ign_id)
- );
-
DROP TABLE IF EXISTS file;
CREATE TABLE file (file_id integer PRIMARY KEY AUTOINCREMENT,
file_path text not null unique,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]