jam-cloud/db/up/remember_extra_scoring_data...

4 lines
126 B
SQL

-- add column to hold the raw scoring data that the client posted.
alter table scores add column scoring_data varchar(4000);