fixed psychoJS serving
This commit is contained in:
4
drizzle/0000_stiff_miracleman.sql
Normal file
4
drizzle/0000_stiff_miracleman.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DROP TYPE IF EXISTS "public"."experiment_type";
|
||||
CREATE TYPE "public"."experiment_type" AS ENUM('jsPsych', 'PsychoJS');
|
||||
ALTER TABLE "experiment" ADD COLUMN "multiplayer" boolean DEFAULT false NOT NULL;
|
||||
ALTER TABLE "experiment" ADD COLUMN "type" "experiment_type" NOT NULL;
|
||||
Reference in New Issue
Block a user