view for migration
This commit is contained in:
parent
a1affcf9cd
commit
a159b4e677
5
hivemq-to-mosquitto-auth-view.sql
Normal file
5
hivemq-to-mosquitto-auth-view.sql
Normal file
@ -0,0 +1,5 @@
|
||||
create or replace view hivemq_to_mosquitto_auth_v as
|
||||
select username,
|
||||
'PBKDF2$' || lower(algorithm) || '$' || password_iterations || '$' || password_salt || '$' || "password" as pw
|
||||
from users;
|
||||
|
Loading…
x
Reference in New Issue
Block a user