From 09a36afd0731b4565dc4628114e6cd76a42e8893 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 1 Mar 2018 16:11:34 -0500 Subject: Renamed "moon image" to color Also moved color sprites to a resources directory. --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index 61fdc45..ade7522 100644 --- a/schema.sql +++ b/schema.sql @@ -8,7 +8,7 @@ CREATE UNIQUE INDEX `profile_by_path` ON `profiles`(`profile_path`); CREATE TABLE `games` ( `game_id` INTEGER PRIMARY KEY, `steam_appid` INTEGER NOT NULL, - `moon_image` VARCHAR(255) NOT NULL + `color` VARCHAR(255) NOT NULL ); CREATE UNIQUE INDEX `game_by_appid` ON `games`(`steam_appid`); -- cgit 1.4.1