Changeset 363
- Timestamp:
- 12/18/06 19:15:36 (2 years ago)
- Files:
-
- branches/1.0/db/migrate/002_initial_data.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/db/migrate/002_initial_data.rb
r357 r363 28 28 connection.reset_pk_sequence!('assets') if ['PostgreSQL'].include?(connection.adapter_name) 29 29 # The root asset (id=1) 30 root = TempAsset.create!(:code => 'CMMS', :name => 'NorfelloCMMS' )30 root = TempAsset.create!(:code => 'CMMS', :name => 'NorfelloCMMS', :parent_id => nil) 31 31 32 32 # User permissions to assets