0 Replies Latest reply on Nov 17, 2003 2:33 AM by lonicera

    Add new user problem

    lonicera

      After build/install nukes, i tried to add new user and failed.
      So, I have changed a field from table nuke_users.
      The change is;
      pn_uorder SMALLINT NOT NULL DEFAULT 0
      -->
      pn_uorder BOOLEAN NOT NULL DEFAULT false

      After the change i was able to add new user.

      Is this change right?