Skip to content

Commit 228d4f1

Browse files
committed
RE1-T114 Fixing migration issue
1 parent 192e363 commit 228d4f1

3 files changed

Lines changed: 4 additions & 24 deletions

File tree

Providers/Resgrid.Providers.Migrations/Migrations/M0048_AddingVoiceVerificationConsumptionFlags.cs renamed to Providers/Resgrid.Providers.Migrations/Migrations/M0065_AddingVoiceVerificationConsumptionFlags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Resgrid.Providers.Migrations.Migrations
44
{
5-
[Migration(48)]
6-
public class M0048_AddingVoiceVerificationConsumptionFlags : Migration
5+
[Migration(65)]
6+
public class M0065_AddingVoiceVerificationConsumptionFlags : Migration
77
{
88
public override void Up()
99
{

Providers/Resgrid.Providers.MigrationsPg/Migrations/M0048_AddingVoiceVerificationConsumptionFlagsPg.cs renamed to Providers/Resgrid.Providers.MigrationsPg/Migrations/M0065_AddingVoiceVerificationConsumptionFlagsPg.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Resgrid.Providers.MigrationsPg.Migrations
44
{
5-
[Migration(48)]
6-
public class M0048_AddingVoiceVerificationConsumptionFlagsPg : Migration
5+
[Migration(65)]
6+
public class M0065_AddingVoiceVerificationConsumptionFlagsPg : Migration
77
{
88
public override void Up()
99
{

Web/Resgrid.Web/libman.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -257,26 +257,6 @@
257257
"library": "bootstrap-select@1.13.18",
258258
"destination": "wwwroot/lib/bootstrap-select/"
259259
},
260-
{
261-
"library": "tw-elements@1.0.0",
262-
"destination": "wwwroot/lib/tw-elements/"
263-
},
264-
{
265-
"library": "tailwindcss@3.3.3",
266-
"destination": "wwwroot/lib/tailwindcss/"
267-
},
268-
{
269-
"library": "@tailwindcss/postcss7-compat@2.2.17",
270-
"destination": "wwwroot/lib/tailwindcss/postcss7-compat/"
271-
},
272-
{
273-
"library": "postcss@7.0.39",
274-
"destination": "wwwroot/lib/postcss/"
275-
},
276-
{
277-
"library": "autoprefixer@9.8.8",
278-
"destination": "wwwroot/lib/autoprefixer/"
279-
},
280260
{
281261
"provider": "unpkg",
282262
"library": "jquery-ui-multidatespicker@1.6.6",

0 commit comments

Comments
 (0)