-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Міграція bb_bt_users_dl_status #97
Comments
@konfuciusu Я так розумію, таблиця переїжджає "як є"? |
Відповідник в TP2: |
@konfuciusu Наразі в |
@yukoff все правильно |
Ну тоді по цьому все, додав до #74. Через необхідність конвертації треба буде робити INSERT INTO bb_bt_dlstatus
(user_id, topic_id, user_status, compl_count, last_modified_dlstatus)
SELECT
user_id,
topic_id,
user_status,
compl_count,
FROM_UNIXTIME(update_time)
FROM bb_bt_users_dl_status; |
Стосується #7/#46 - в старій версії таблиця
bb_bt_users_dl_status
є, в новій немаєThe text was updated successfully, but these errors were encountered: