Skip to content

Instantly share code, notes, and snippets.

@myyellowshoe
Created December 10, 2015 15:15
Show Gist options
  • Save myyellowshoe/e2c84617ba511a96d261 to your computer and use it in GitHub Desktop.
Save myyellowshoe/e2c84617ba511a96d261 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 1.
INSERT INTO "features"("id","name","description","icon","position","slug","estimated_hours_for_mobile_app","estimated_hours_for_web_app","is_public","created_at","updated_at") VALUES (1,E'Messaging',E'Message other users',E'stuff',1,E'messaging',1,1,TRUE,E'2013-09-24 00:00:00',E'2013-09-24 00:00:00'), (4,E'GPS',E'Location based services',NULL,2,E'gps',NULL,NULL,TRUE,E'2015-10-26 16:56:43.889252',E'2015-10-26 16:56:43.889252'), (5,E'API',E'Integrate with another site like Facebook or Dropbox',NULL,3,E'api',NULL,NULL,TRUE,E'2015-10-26 16:56:43.967036',E'2015-10-26 16:56:43.967036'), (6,E'Multiple User Types',E'Certain users can do certain things',NULL,4,E'multiple-user-types',NULL,NULL,TRUE,E'2015-10-26 16:56:43.998404',E'2015-10-26 16:56:43.998404'), (7,E'Geolocation',E'See items on a map, find something based on location',NULL,5,E'geolocation',NULL,NULL,TRUE,E'2015-10-26 16:56:44.027216',E'2015-10-26 16:56:44.027216'), (8,E'Search',E'Search by keyword, apply filters',NULL,6,E'search',NULL,NULL,TRUE,E'2015-10-26 16:56:44.065699',E'2015-10-26 16:56:44.065699'), (9,E'Notifications',E'Email, text, push',NULL,7,E'notifications',NULL,NULL,TRUE,E'2015-10-26 16:56:44.10182',E'2015-10-26 16:56:44.10182'), (10,E'Media',E'Upload videos, photos',NULL,8,E'media',NULL,NULL,TRUE,E'2015-10-26 16:56:44.126544',E'2015-10-26 16:56:44.126544'), (11,E'Social Actions',E'Share, like, friend',NULL,9,E'social-actions',NULL,NULL,TRUE,E'2015-10-26 16:56:44.163081',E'2015-10-26 16:56:44.163081'), (12,E'Video Calling',E'Communicate through video',NULL,10,E'video-calling',NULL,NULL,TRUE,E'2015-10-26 16:56:44.184077',E'2015-10-26 16:56:44.184077'), (13,E'Dashboard/CMS',E'Central location to track user data',NULL,11,E'dashboard-cms',NULL,NULL,TRUE,E'2015-10-26 16:56:44.216804',E'2015-10-26 16:56:44.216804'), (14,E'Scheduling',E'Schedule events, calendar view',NULL,12,E'scheduling',NULL,NULL,TRUE,E'2015-10-26 16:56:44.249225',E'2015-10-26 16:56:44.249225'), (15,E'Profiles',E'Dedicated page for personal information',NULL,13,E'profiles',NULL,NULL,TRUE,E'2015-10-26 16:56:44.281271',E'2015-10-26 16:56:44.281271'), (16,E'Music',E'Upload, download, and share music files',NULL,14,E'music',NULL,NULL,TRUE,E'2015-10-26 16:56:44.317193',E'2015-10-26 16:56:44.317193'), (17,E'Weather',E'Know how it feels outside',NULL,15,E'weather',NULL,NULL,TRUE,E'2015-10-26 16:56:44.349688',E'2015-10-26 16:56:44.349688'), (18,E'Camera',E'Capture or share photos',NULL,16,E'camera',NULL,NULL,TRUE,E'2015-10-26 16:56:44.370115',E'2015-10-26 16:56:44.370115'), (19,E'Microphone',E'Capture or record audio',NULL,17,E'microphone',NULL,NULL,TRUE,E'2015-10-26 16:56:44.398458',E'2015-10-26 16:56:44.398458'), (20,E'Compass',E'Know which direction you\'re heading',NULL,18,E'compass',NULL,NULL,TRUE,E'2015-10-26 16:56:44.423134',E'2015-10-26 16:56:44.423134'), (21,E'Accelerometer',E'Capture, track, and record speed',NULL,19,E'accelerometer',NULL,NULL,TRUE,E'2015-10-26 16:56:44.458897',E'2015-10-26 16:56:44.458897'), (22,E'Clock',E'Alarm, stopwatch, timer',NULL,20,E'clock',NULL,NULL,TRUE,E'2015-10-26 16:56:44.479796',E'2015-10-26 16:56:44.479796'), (23,E'Texting',E'Integrate with native texting feature',NULL,21,E'texting',NULL,NULL,TRUE,E'2015-10-26 16:56:44.535116',E'2015-10-26 16:56:44.535116');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment