If you were upgrading from 7.1.1 and no database alterations were done, then you could use the following SQL command:

SQL Query
    insert into ubbt_VERSION
    (SCRIPT_VERSION,DB_VERSION,LAST_ALTER_STEP,IS_RUNNING)
    values
    ('7.1.1','7.1.1',0,0)