File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 'use strict' ;
2+
3+ module . exports = function ( Map ) {
4+
5+ } ;
Original file line number Diff line number Diff line change 11{
2- "name" : " maps" ,
2+ "name" : " Map" ,
3+ "plural" : " Maps" ,
34 "base" : " PersistedModel" ,
4- "strict" : false ,
5- "idInjection" : false ,
5+ "idInjection" : true ,
66 "options" : {
77 "validateUpsert" : true
88 },
9+ "mixins" : {
10+ "FireLoop" : true
11+ },
912 "properties" : {
10- "id" : {
11- "type" : " string" ,
12- "id" : true ,
13- "required" : false
14- },
15- "latitude" : {
13+ "userID" : {
1614 "type" : " string"
1715 },
18- "longitude " : {
16+ "locationName " : {
1917 "type" : " string"
2018 },
21- "userID " : {
19+ "longitude " : {
2220 "type" : " string"
2321 },
24- "locationName " : {
22+ "latitude " : {
2523 "type" : " string"
2624 }
2725 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5454 "dataSource" : " db" ,
5555 "public" : true
5656 },
57- "maps" : {
58- "dataSource" : " db" ,
59- "public" : true ,
60- "$promise" : {},
61- "$resolved" : true
62- },
6357 "Todo" : {
6458 "dataSource" : " db" ,
6559 "public" : true ,
8276 "dataSource" : " StorageUpload" ,
8377 "public" : true
8478 },
79+ "Map" : {
80+ "dataSource" : " db" ,
81+ "public" : true
82+ },
8583 "blogPost" : {
8684 "dataSource" : " db" ,
8785 "public" : true
You can’t perform that action at this time.
0 commit comments