summaryrefslogtreecommitdiff
path: root/backend/node/src/clipperz.data.sql
Side-by-side diff
Diffstat (limited to 'backend/node/src/clipperz.data.sql') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/node/src/clipperz.data.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/node/src/clipperz.data.sql b/backend/node/src/clipperz.data.sql
new file mode 100644
index 0000000..482b196
--- a/dev/null
+++ b/backend/node/src/clipperz.data.sql
@@ -0,0 +1,5 @@
+INSERT INTO clipperz.otpstatus (otps_code,otps_name,otps_desc) VALUES
+ ('ACTIVE','Active','Active'),
+ ('REQUESTED','Requested','Requested'),
+ ('USED','Used','Used'),
+ ('DISABLED','Disabled','Disabled');