kSyncQueueAddNextRetryAtSql top-level constant

String const kSyncQueueAddNextRetryAtSql

SQL to add the next_retry_at column to an existing sync queue table.

Implementation

const kSyncQueueAddNextRetryAtSql =
    'ALTER TABLE dynos_sync_queue ADD COLUMN next_retry_at INTEGER';