mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
First step of breaking campaigns out into their own data object. Campaigns are still stored as an attribute on their promoted Link as before, and all reads are still done from the link attribute, but writes (creation of a campaign and edits to a campaign) are also written into a Thing table. NOTE: This change has a configuration dependency in another repository. The following lines must be added to the .ini file: db_table_promocampaign = thing db_servers_promocampaign = [YOUR SERVER NAMES HERE]