Work on import from discogs. Switching to mysql in local dev
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
artist_id: 1
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
artist_id: 1
|
||||
name: MyString
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
track_id: 1
|
||||
artist_id: 1
|
||||
main: false
|
||||
join: MyString
|
||||
|
||||
two:
|
||||
track_id: 1
|
||||
artist_id: 1
|
||||
main: false
|
||||
join: MyString
|
||||
Reference in New Issue
Block a user