Browse Source

Remove deprecated session_field - refs BT#9049

Yannick Warnier 10 years ago
parent
commit
7430b61d8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/install/db_main.sql

+ 0 - 1
main/install/db_main.sql

@@ -3059,4 +3059,3 @@ CREATE TABLE IF NOT EXISTS hook_call(
     PRIMARY KEY PK_hook_management_hook_call(id)
 );
 
-INSERT INTO session_field (field_type, field_variable, field_display_text, field_default_value) values (2, 'description','Description', NULL);