|
@@ -6,26 +6,26 @@ namespace UnivateProperties_API.Migrations
|
6
|
6
|
{
|
7
|
7
|
protected override void Up(MigrationBuilder migrationBuilder)
|
8
|
8
|
{
|
9
|
|
- migrationBuilder.AddColumn<string>(
|
10
|
|
- name: "Video",
|
11
|
|
- table: "Properties",
|
12
|
|
- nullable: true);
|
|
9
|
+ //migrationBuilder.AddColumn<string>(
|
|
10
|
+ // name: "Video",
|
|
11
|
+ // table: "Properties",
|
|
12
|
+ // nullable: true);
|
13
|
13
|
|
14
|
|
- migrationBuilder.AddColumn<string>(
|
15
|
|
- name: "VirtualTour",
|
16
|
|
- table: "Properties",
|
17
|
|
- nullable: true);
|
|
14
|
+ //migrationBuilder.AddColumn<string>(
|
|
15
|
+ // name: "VirtualTour",
|
|
16
|
+ // table: "Properties",
|
|
17
|
+ // nullable: true);
|
18
|
18
|
}
|
19
|
19
|
|
20
|
20
|
protected override void Down(MigrationBuilder migrationBuilder)
|
21
|
21
|
{
|
22
|
|
- migrationBuilder.DropColumn(
|
23
|
|
- name: "Video",
|
24
|
|
- table: "Properties");
|
|
22
|
+ //migrationBuilder.DropColumn(
|
|
23
|
+ // name: "Video",
|
|
24
|
+ // table: "Properties");
|
25
|
25
|
|
26
|
|
- migrationBuilder.DropColumn(
|
27
|
|
- name: "VirtualTour",
|
28
|
|
- table: "Properties");
|
|
26
|
+ //migrationBuilder.DropColumn(
|
|
27
|
+ // name: "VirtualTour",
|
|
28
|
+ // table: "Properties");
|
29
|
29
|
}
|
30
|
30
|
}
|
31
|
31
|
}
|