kingbird/kingbird/db
ubuntu ac58c2a3e4 Migration_Scripts for Resource_sync.
Create two tables sync_job and resource_sync.
Sync_job contains job details of which id is the primary-key.
id is taken as a foreign-key and is also a part of composite primary key
along with Resource,Region off the resource_sync table.
Also created the api-calls with which interaction between the
application and the database occurs.
Added Test_cases for the same.

Change-Id: Iba1c789715aa7c7d00a7a2ec23a449c72a757ac1
2017-02-09 12:33:56 +05:30
..
sqlalchemy Migration_Scripts for Resource_sync. 2017-02-09 12:33:56 +05:30
__init__.py Implement Locking for Periodic Sync tasks 2016-03-21 11:39:24 +05:30
api.py Migration_Scripts for Resource_sync. 2017-02-09 12:33:56 +05:30
utils.py Add database layer for the quota part 2015-11-25 10:47:50 +01:00