|
|
# create_data['history'] = ['id', 'title', 'data', 'date', 'ip', 'send', 'leng', 'hide', 'type']
|
|
# create_data['history'] = ['id', 'title', 'data', 'date', 'ip', 'send', 'leng', 'hide', 'type']
|
|
|
# create_data['rc'] = ['id', 'title', 'date', 'type']
|
|
# create_data['rc'] = ['id', 'title', 'date', 'type']
|
|
|
curs.execute(db_change("create index history_index on history (title, ip)"))
|
|
curs.execute(db_change("create index history_index on history (title, ip)"))
|