esogu-ceng / school-app-backend

MIT License
2 stars 1 forks source link

act_session_hall_seat tablosunda bulunan default status değerinin güncellenmesi için oluşturulan sql scripti eklendi #69

Open HazarN opened 6 months ago

HazarN commented 6 months ago

Eklenen Dosyanın adı: school-app03.sql

Yeni sorgu: UPDATE public.act_session_hall_seat SET status='AVAILABLE' WHERE status='BOS';

Değişiklik: Tabloda bulunan BOS status değerleri AVAILABLE olarak değiştirildi.