| .. |
|
.gitkeep
|
* jam-db building ruby gem containing migrations and tool
|
2012-07-29 12:36:02 -05:00 |
|
account_fields.sql
|
add account data
|
2012-11-12 21:51:37 -05:00 |
|
add_recording_creator_id.sql
|
VRFS-81, added creator and updater ID fields to recording table
|
2012-11-22 03:25:59 -05:00 |
|
admin_users.sql
|
VRFS-193: adding admin_users via activeadmin gem
|
2013-01-04 12:04:09 -06:00 |
|
allow_null_first_last_name.sql
|
* VRFS-259: allow first/last name to be null in db to aid in adminstrative signup flow
|
2013-03-01 07:35:22 -06:00 |
|
artifact_metadata.sql
|
* requiring md5 and size of artifacts so that we can report them in artifact REST API
|
2013-04-10 01:13:40 -05:00 |
|
artifact_update.sql
|
* artifact update
|
2013-02-05 23:17:15 -06:00 |
|
artifact_update_modified.sql
|
* ooops; missed adding matching migartion
|
2013-02-12 21:10:26 -06:00 |
|
as_musician.sql
|
* VRFS-100; as_musician added to connection table
|
2012-11-17 15:14:34 -06:00 |
|
avatar_using_filepicker.sql
|
* oops. missed actual migartion
|
2013-05-30 20:52:07 -05:00 |
|
band_invitations.sql
|
VRFS-82 band invitation development
|
2012-11-24 13:22:16 -05:00 |
|
bootstrap_users_v2.sql
|
* VRFS-88; had to mark the test user as 'email_confirmed'
|
2012-11-13 23:36:41 -06:00 |
|
bootstrap_users_v3.sql
|
* VRFS-114 ; default test user is now a musician
|
2012-11-17 22:00:38 -06:00 |
|
claimed_recordings.sql
|
Claimed recordings
|
2013-04-24 23:50:32 -07:00 |
|
claimed_recordings2.sql
|
update
|
2013-05-13 16:17:23 -07:00 |
|
collapse_participants.sql
|
* cascading delete SET NULL on client_id (to stop fk's from deleting music_session)
|
2012-10-22 20:00:13 -05:00 |
|
collapse_user_and_admin.sql
|
* VRFS-259: beta signup
|
2013-03-14 23:22:00 -05:00 |
|
comments.sql
|
VRFS-102 - added tables for likes, comments, etc.
|
2012-12-03 22:37:24 -05:00 |
|
connection_aasm_state.sql
|
vrfs192: added connection.aasm_state column
|
2013-02-06 07:07:05 -06:00 |
|
crash_dumps.sql
|
added crash_dumps
|
2013-07-31 18:06:25 -07:00 |
|
default_gender_to_null.sql
|
* VRFS-259: beta signup
|
2013-03-14 23:22:00 -05:00 |
|
downloads.sql
|
VRFS-102 - added tables for likes, comments, etc.
|
2012-12-03 22:37:24 -05:00 |
|
drop_users_name.sql
|
VRFS-89, VRFS-90 remove name from user model
|
2012-11-14 22:24:07 -05:00 |
|
favorites.sql
|
VRFS-81 recordings and favorites
|
2012-11-15 21:04:35 -05:00 |
|
first_last_name.sql
|
added first and last name fields
|
2012-11-10 23:24:28 -05:00 |
|
followers.sql
|
added users_followers table
|
2012-11-04 08:32:14 -05:00 |
|
friend_request_changes.sql
|
remove friend_requests constraint to allow friend requests with same source/target users
|
2012-12-30 09:34:15 -05:00 |
|
full_text_search.sql
|
* VRFS-217 forgot migration file
|
2013-01-13 23:04:11 -06:00 |
|
genre_session.sql
|
* VRFS-21; bootstrapping genre values and also associating with sessions
|
2012-10-25 07:09:59 -05:00 |
|
image_urls.sql
|
VRFS 79 add image URL fields to users and bands tables
|
2012-11-28 00:25:09 -05:00 |
|
instruments.sql
|
Add missing semicolon
|
2012-10-29 08:35:10 -06:00 |
|
invitations.sql
|
* VRFS-27 tables added
|
2012-10-27 14:20:11 -05:00 |
|
invited_users.sql
|
* VRFS-259: beta signup
|
2013-03-14 23:22:00 -05:00 |
|
isp_score_batch.sql
|
VRFS-349: added table for storing raw isp scoring data
|
2013-06-08 17:50:10 -05:00 |
|
join_request.sql
|
*VRFS-98 - completed
|
2012-11-30 09:12:01 -06:00 |
|
likes.sql
|
VRFS-102 - added tables for likes, comments, etc.
|
2012-12-03 22:37:24 -05:00 |
|
locations.sql
|
add location fields
|
2012-11-05 21:54:26 -05:00 |
|
make_location_nullable.sql
|
remove not null constraints on location data
|
2012-11-22 03:54:42 -05:00 |
|
max_mind.sql
|
added storage for maxmind data
|
2012-11-29 01:27:55 -08:00 |
|
max_mind_isp.sql
|
VRFS-315; renaming max_mind to max_mind_geo
|
2013-05-16 12:00:16 -05:00 |
|
max_mind_isp_add_country.sql
|
* adding country code to max_mind_isp
|
2013-05-16 22:42:50 -05:00 |
|
mixes.sql
|
add the actual file
|
2013-04-12 15:34:59 -07:00 |
|
music_session_all_params.sql
|
* VRFS-92 stub out music session params
|
2012-11-15 20:48:29 -06:00 |
|
musician_access.sql
|
* VRFS-29; musician_access flag added
|
2012-10-27 17:51:26 -05:00 |
|
notification_type_col_rename.sql
|
VRFS-282 changes to support real-time notification updates in sidebar
|
2013-04-04 23:33:59 -04:00 |
|
notifications.sql
|
VRFS-281 added table for persistent notifications
|
2013-03-21 23:19:35 -04:00 |
|
notifications_add_friend_req_id.sql
|
add friend request id to notifications table
|
2013-04-13 22:56:19 -04:00 |
|
other_instrument.sql
|
* VRFS-316 ; adding 'other' to instrument lis
|
2013-05-16 13:23:38 -05:00 |
|
p2p.sql
|
* p2p.sql added--client_id added to music_session_clients table
|
2012-10-13 17:46:40 -05:00 |
|
perf_data.sql
|
* perfdata commit
|
2013-04-16 19:34:37 -05:00 |
|
plays.sql
|
VRFS-102 - added tables for likes, comments, etc.
|
2012-12-03 22:37:24 -05:00 |
|
recorded_tracks.sql
|
more work
|
2013-02-04 11:25:54 -08:00 |
|
recordings.sql
|
VRFS-81 recordings and favorites
|
2012-11-15 21:04:35 -05:00 |
|
recordings2.sql
|
more recordings
|
2013-05-06 16:11:14 -07:00 |
|
recordings_genres.sql
|
VRFS-117 - added recording genre support
|
2012-12-02 00:38:35 -05:00 |
|
reset_password.sql
|
switch to timestamp
|
2012-12-21 12:01:47 -08:00 |
|
saved_tracks.sql
|
added migration
|
2013-01-14 18:14:08 -08:00 |
|
saved_tracks_upload_id.sql
|
Added the upload id column
|
2013-01-16 16:37:09 -08:00 |
|
session_history.sql
|
VRFS-80 session history
|
2013-01-06 15:46:22 -05:00 |
|
session_settings.sql
|
VRFS-33 added session settings
|
2012-12-08 23:01:28 -05:00 |
|
sessions.sql
|
move user scripts to new file
|
2012-09-30 22:46:20 -04:00 |
|
sessions_api_v1.sql
|
* db changes required for minimal sessions API
|
2012-10-02 22:46:28 -05:00 |
|
signup.sql
|
* adding signup VRFS-72
|
2012-11-12 22:15:27 -06:00 |
|
subscribe_email.sql
|
* VRFS-259: beta signup
|
2013-03-14 23:22:00 -05:00 |
|
tracks.sql
|
* VRFS-34 and VRFS-61; session.tracks and instruments
|
2012-11-03 21:48:42 -05:00 |
|
tracks_rename.sql
|
VRFS-157 track API development
|
2012-12-15 02:10:01 -05:00 |
|
update_email.sql
|
* VRFS-311 - database new columns on user model to hold desired new email as well as email token
|
2013-05-10 07:09:26 -05:00 |
|
update_user_band_fields.sql
|
remove defaults from users/bands,
|
2012-11-21 14:47:47 -05:00 |
|
user_add_can_invite.sql
|
VRFS-194: added can_invite column to users
|
2013-01-04 03:57:54 -06:00 |
|
user_authorizations.sql
|
merge fix, added file
|
2012-11-13 13:15:17 -08:00 |
|
user_state_lengthen.sql
|
Lengthen the state field for maxmind
|
2012-12-01 22:37:26 -08:00 |
|
users.sql
|
added users_followers table
|
2012-11-04 08:32:14 -05:00 |
|
users_favorites.sql
|
added another
|
2013-05-13 22:09:07 -07:00 |