public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix bad db_file_id values in bootstrap

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1214 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Jun 11 08:01:48 -0700 2006
commit  10d1da7cb39da17c12d44bccb24d9f0cc1fbc0cc
tree    dd4a9fac92519049566a3cf37790cdac4c29f5fc
parent  45635287abd6feb0ef49ad875b201ca0ee124b12
...
13
14
15
16
 
17
18
19
...
23
24
25
26
 
27
28
29
...
13
14
15
 
16
17
18
19
...
23
24
25
 
26
27
28
29
0
@@ -13,7 +13,7 @@ home:
0
   site_id: 1
0
   content_type: text/liquid
0
   filename: home
0
- db_file_id: 1
0
+ db_file_id: 2
0
   path: templates
0
   type: Template
0
   size: 96
0
@@ -23,7 +23,7 @@ index:
0
   site_id: 1
0
   content_type: text/liquid
0
   filename: index
0
- db_file_id: 1
0
+ db_file_id: 3
0
   path: templates
0
   type: Template
0
   size: 97

Comments

    No one has commented yet.