46-history-sync-message-added-timestamp.sql 120 B

123
  1. -- v46: Add inserted time to history sync message
  2. ALTER TABLE history_sync_message ADD COLUMN inserted_time TIMESTAMP;