Add migration to include site_name column in cities table

This commit is contained in:
hamed
2026-07-02 10:09:14 +03:30
parent a7d5d17b9c
commit 70d280070b
21 changed files with 1062 additions and 814 deletions
+1
View File
@@ -230,6 +230,7 @@ export interface City {
id: number;
uuid: string;
name: string;
site_name?: string | null;
status: number;
weight: number;
province_id: number | null;