Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Revert: remove charge history table from main (#1874)
Browse files Browse the repository at this point in the history
Due to an issue with the CD job ApplyDatabaseMigrations, 
it was necessary to revert PR1872.
Once the CD issue is fixed, the ChargeHistory table will be added again.
  • Loading branch information
prtandrup authored Nov 18, 2022
1 parent 44ac098 commit 6cde2e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ limitations under the License.
<EmbeddedResource Include="Scripts\Model\202210201038 Create ChargeMessage table.sql" />
<EmbeddedResource Include="Scripts\Model\202210221245 Recreate ChargeMessage table.sql" />
<EmbeddedResource Include="Scripts\Model\202210251454 Add MessageType and MessageDateTime columns to ChargeMessage table.sql" />
<EmbeddedResource Include="Scripts\Model\202211171330 Create Charge History table.sql" />
<EmbeddedResource Include="Scripts\Seed\202201261740 Add default charges owner.sql" />
<EmbeddedResource Include="Scripts\Seed\202201261741 Add default charges.sql" />
<EmbeddedResource Include="Scripts\Seed\202201261742 Add default charge links.sql" />
Expand Down

This file was deleted.

0 comments on commit 6cde2e5

Please sign in to comment.