-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rename DeviceModelStorage
to DeviceModelInterface
#768
Changes from 9 commits
d588926
f108bf3
36471c2
994694d
910e270
537daec
a25088d
e214652
b0a24c4
d66a431
d0395e0
530fa8d
f33623a
4c1f3e5
133245f
1c8ef1d
75dfaf1
2561f00
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 VARIABLE | ||
Check failure on line 1 in config/v201/device_model_migrations/2_down-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_down-variable_source.sql#L1
Check failure on line 1 in config/v201/device_model_migrations/2_down-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_down-variable_source.sql#L1
Check failure on line 1 in config/v201/device_model_migrations/2_down-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_down-variable_source.sql#L1
|
||
DROP COLUMN SOURCE; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE VARIABLE | ||
Check failure on line 1 in config/v201/device_model_migrations/2_up-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_up-variable_source.sql#L1
Check failure on line 1 in config/v201/device_model_migrations/2_up-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_up-variable_source.sql#L1
Check failure on line 1 in config/v201/device_model_migrations/2_up-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_up-variable_source.sql#L1
Check failure on line 1 in config/v201/device_model_migrations/2_up-variable_source.sql Codacy Production / Codacy Static Code Analysisconfig/v201/device_model_migrations/2_up-variable_source.sql#L1
|
||
ADD COLUMN SOURCE TEXT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we only have that im some of the files? To have an example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure anymore (it's a long time ago already), but I think so indeed.
I also don't know exactly which values should be for ocpp and which internal, from some I know but for the others we have to walk through them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, all should be
OCPP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Id suggest to remove the "source" here. It will be useful later when we add externally managed variables.