Sha256: f59ad38b3800f49755218f44e9862e60d325bb0b0c8adf6b4096706b4569f198

Contents?: true

Size: 551 Bytes

Versions: 16

Compression:

Stored size: 551 Bytes

Contents

# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
#
# Examples:
#
#   movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
#   Character.create(name: 'Luke', movie: movies.first)
status = Status.first
unless status
  status = Status.new
  time = Time.utc(1970, 1, 1)
  status.decom_message_time = time
  status.reduction_message_time = time
  status.save!
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cosmos-4.5.2-java lib/cosmos/dart/db/seeds.rb
cosmos-4.5.2 lib/cosmos/dart/db/seeds.rb
cosmos-4.5.1-java lib/cosmos/dart/db/seeds.rb
cosmos-4.5.1 lib/cosmos/dart/db/seeds.rb
cosmos-4.5.0-java lib/cosmos/dart/db/seeds.rb
cosmos-4.5.0 lib/cosmos/dart/db/seeds.rb
cosmos-4.4.2-java lib/cosmos/dart/db/seeds.rb
cosmos-4.4.2 lib/cosmos/dart/db/seeds.rb
cosmos-4.4.1-java lib/cosmos/dart/db/seeds.rb
cosmos-4.4.1 lib/cosmos/dart/db/seeds.rb
cosmos-4.4.0-java lib/cosmos/dart/db/seeds.rb
cosmos-4.4.0 lib/cosmos/dart/db/seeds.rb
cosmos-4.3.0-java lib/cosmos/dart/db/seeds.rb
cosmos-4.3.0 lib/cosmos/dart/db/seeds.rb
cosmos-4.2.4-java lib/cosmos/dart/db/seeds.rb
cosmos-4.2.4 lib/cosmos/dart/db/seeds.rb