]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/database.sql
Rename credits to scores
[people/jschlag/pbs.git] / src / database.sql
index ad24c09a2857b6612a4a87c40da3eab9ab3b32f2..f03c6dd719240783ab4ce1e816d42d1d45ea27f8 100644 (file)
@@ -746,7 +746,7 @@ CREATE TABLE builds_comments (
     build_id integer NOT NULL,
     user_id integer NOT NULL,
     text text NOT NULL,
-    credit integer NOT NULL,
+    score integer NOT NULL,
     time_created timestamp without time zone NOT NULL,
     time_updated timestamp without time zone
 );