- Always stream the visible scenarios, if the modelProvider supports it - Never stream the invisible scenarios Also actually runs our query tasks in a background worker, which we weren't quite doing before.
9 lines
233 B
SQL
9 lines
233 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the column `streamingChannel` on the `ScenarioVariantCell` table. All the data in the column will be lost.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "ScenarioVariantCell" DROP COLUMN "streamingChannel";
|