/*
  Warnings:

  - Added the required column `id_sar` to the `groups` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE `groups` ADD COLUMN `id_sar` VARCHAR(191) NOT NULL;
