~robru/friends/lp_1135038

« back to all changes in this revision

Viewing changes to service/src/service.vala

  • Committer: Robert Bruce Park
  • Date: 2013-03-11 22:58:13 UTC
  • Revision ID: robert.park@canonical.com-20130311225813-n6fa7lgpw0nk943h
Add latitude and longitude columns to the schema.

Because schema changes are so painful that we should do them all at once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                           "s",
70
70
                           "s",
71
71
                           "s",
72
 
                           "s"};
 
72
                           "s",
 
73
                           "d",
 
74
                           "d"};
73
75
 
74
76
        bool schemaReset = false;
75
77