public
Description: Photo Gallery Management System based on Radiant CMS (Ruby on Rails).
Homepage: http://gravityblast.com/projects/radiant-gallery/
Clone URL: git://github.com/pilu/radiant-gallery.git
Click here to lend your support to: radiant-gallery and make a donation at www.pledgie.com !
removed sexy migrations
pilu (author)
Wed Apr 16 10:26:34 -0700 2008
commit  d71f811caeecf94cd554d6733bb91a170ba3adbd
tree    5da2f741025df7d252816b2b9383a752d2bbeb08
parent  65cb393b0e1e863d3489d311c361a19b25f161a4
...
1
2
3
4
5
6
 
 
 
 
7
8
9
...
1
2
3
 
 
 
4
5
6
7
8
9
10
0
@@ -1,9 +1,10 @@
0
 class CreateGalleryImportings < ActiveRecord::Migration
0
   def self.up
0
     create_table :gallery_importings do |t|
0
- t.integer :gallery_id
0
- t.string :path
0
- t.timestamps
0
+ t.column :gallery_id, :integer
0
+ t.column :path, :string
0
+ t.column :created_at, :datetime
0
+ t.column :updated_at, :datetime
0
     end
0
   end
0
 

Comments

    No one has commented yet.