46450cebef
Background: sqlite has some problems with decimal option.
18 lines
360 B
YAML
18 lines
360 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
first:
|
|
group: admins
|
|
user: admin
|
|
second:
|
|
group: bananas
|
|
user: test
|
|
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: memberships
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# group_id :integer(4) default(0), not null
|
|
# user_id :integer(4) default(0), not null
|
|
#
|
|
|