Skip to content

Commit fdaaa8f

Browse files
committed
Veritabanı Güncelleme ve Raporlama
1 parent 7df4e02 commit fdaaa8f

35 files changed

+51
-1488
lines changed

Schema.sql

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ CREATE TABLE IF NOT EXISTS Bolum (
1414
CREATE TABLE IF NOT EXISTS Ogrenci_sayac (
1515
sayac INTEGER DEFAULT 0
1616
);
17-
INSERT INTO Ogrenci_sayac (sayac) VALUES (0);
17+
-- INSERT INTO Ogrenci_sayac (sayac) VALUES (0);
18+
INSERT INTO Ogrenci_sayac (sayac)
19+
SELECT 0
20+
WHERE NOT EXISTS (SELECT 1 FROM Ogrenci_sayac);

ogrenci-yedek-1713108857594.json

-37
This file was deleted.

ogrenci-yedek-1713522254863.json

-37
This file was deleted.

ogrenci-yedek-1713522314829.json

-37
This file was deleted.

ogrenci-yedek-1713522374837.json

-37
This file was deleted.

ogrenci-yedek-1713522464853.json

-37
This file was deleted.

ogrenci-yedek-1713522524852.json

-37
This file was deleted.

ogrenci-yedek-1713522615995.json

-37
This file was deleted.

ogrenci-yedek2-1713523308294.json

-37
This file was deleted.

ogrenci-yedek2-1713523368281.json

-37
This file was deleted.

ogrenci-yedek2-1713523428302.json

-37
This file was deleted.

0 commit comments

Comments
 (0)