Looks ok to me.
[plcapi.git] / migrations / v4-to-v5 / migrate.sql
index 37a36fe..3bbd624 100644 (file)
@@ -236,13 +236,13 @@ INSERT INTO boot_states (boot_state) VALUES ('reinstall');
 -- xxx need checking 
 --
 -- boot          boot
--- dbg           safeboot ?
--- diag          failboot ?
+-- dbg           failboot
+-- diag          safeboot 
 -- disable       disabled
 -- inst          install
 -- rins          reinstall
--- new           reinstall ?
--- rcnf              failboot ?
+-- new           reinstall
+-- rcnf                 failboot
 
 
 UPDATE nodes SET boot_state='failboot' WHERE boot_state='dbg';