Skip to content

Commit

Permalink
Bug 713801 - Make "addons" a standard collection name; r=telliott
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Mar 2, 2012
1 parent 4858e02 commit de2fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncstorage/storage/sql.py
Expand Up @@ -50,7 +50,7 @@
# highest ID in this collection.
STANDARD_COLLECTIONS = {1: 'clients', 2: 'crypto', 3: 'forms', 4: 'history',
5: 'keys', 6: 'meta', 7: 'bookmarks', 8: 'prefs',
9: 'tabs', 10: 'passwords'}
9: 'tabs', 10: 'passwords', 11: 'addons'}

FIRST_CUSTOM_COLLECTION_ID = 100

Expand Down

0 comments on commit de2fb1b

Please sign in to comment.