File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/oscript/data Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -464,10 +464,13 @@ public class Symbols {
464464 public static final int ENGINE = 450 ;
465465
466466 public static final int SET_STATUS =451 ;
467+ public static final int IS_ADMIN =452 ;
467468
468469
469470 public static void init ()
470- {
471+ {
472+ Symbol .setSymbol (IS_ADMIN ,"isAdmin" );
473+
471474 Symbol .setSymbol (_INSERTED_VALUES ,"inserted_values" );
472475 Symbol .setSymbol (_UPDATED_VALUES ,"updated_values" );
473476 Symbol .setSymbol (_DELETED_VALUES ,"deleted_values" );
@@ -915,7 +918,6 @@ public static void init()
915918 Symbol .setSymbol (IS_FORMS ,"is_forms" );
916919 Symbol .setSymbol (IS_NESTED_TRANSACTION ,"is_nested_transaction" );
917920 Symbol .setSymbol (REAL_RELATION_PARENT ,"real_relation_parent" );
918- Symbol .setSymbol (IS_LOCAL ,"is_local" );
919921 Symbol .setSymbol (USER ,"user" );
920922 Symbol .setSymbol (IS_TEMPORARY ,"is_temporary" );
921923 Symbol .setSymbol (IS_I18N ,"is_i18n" );
You can’t perform that action at this time.
0 commit comments