public
Description: Symbiot's open source documentation system
Clone URL: git://github.com/mando/chronicle.git
Search Repo:
REALLY removing db file :).
mando (author)
Mon May 12 17:10:54 -0700 2008
commit  1e692e157b187966f73ddbee10539eecb960a7b9
tree    60d5f7b3cc87eb6e5879e4099ea66a4410d54000
parent  8ca8976c8732112f3643f54bd932980f257346cf
...
1
...
 
0
@@ -1,2 +1 @@
0
-SQLite format 3@  ʲÏ}¸Êkƒ)tabletaggingstaggingsCREATE TABLE taggings ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer DEFAULT NULL, "page_id" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)B‚gtabletagstagsCREATE TABLE tags ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)`ƒtablepagespagesCREATE TABLE pages ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT NULL, "body" text DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)L##atableschema_infoschema_infoCREATE TABLE schema_info (version integer) û    

Comments

    No one has commented yet.