4 lines
112 B
SQL
4 lines
112 B
SQL
-- AlterTable
|
|
ALTER TABLE "Recording" ADD COLUMN "rec_end_ms" BIGINT,
|
|
ADD COLUMN "rec_start_ms" BIGINT;
|