sneakaway-studio / tally-extension

A browser extension that transforms the data advertisers collect into a multiplayer game.
https://tallysavestheinternet.com
MIT License
4 stars 2 forks source link

Setup defaults when pushing new version #71

Closed omundy closed 5 years ago

omundy commented 5 years ago

RUN THIS BEFORE PUSHING BETA TEST

INSERT INTO skins (guid,type,name,selected) 
SELECT guid,"color","magenta",true FROM `users` 
ON DUPLICATE KEY UPDATE updatedAt=NOW();