-
Notifications
You must be signed in to change notification settings - Fork 59
OCPP 2.0.1: Refactor Smart Charging Persistence #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7f6f951
b097289
b685850
8574a9c
4ec52b4
30492dd
22b541a
ff6396c
a3981bc
6b70190
3010338
26af863
dc19c7a
212a8f8
d3ef256
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE CHARGING_PROFILES DROP COLUMN CHARGING_LIMIT_SOURCE; | ||
ALTER TABLE CHARGING_PROFILES DROP COLUMN TRANSACTION_ID; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE CHARGING_PROFILES ADD COLUMN CHARGING_LIMIT_SOURCE TEXT NOT NULL DEFAULT 'CSO'; | ||
Check failure on line 1 in config/v201/core_migrations/6_up-charging_profiles_source_tx_id.sql
|
||
ALTER TABLE CHARGING_PROFILES ADD COLUMN TRANSACTION_ID TEXT; |
Uh oh!
There was an error while loading. Please reload this page.