|
|
@ -49,7 +49,6 @@ def upgrade():
|
|
|
|
sa.UniqueConstraint('id', name=op.f('uq_conveer_id'))
|
|
|
|
sa.UniqueConstraint('id', name=op.f('uq_conveer_id'))
|
|
|
|
)
|
|
|
|
)
|
|
|
|
op.execute('''INSERT INTO camera(id,order_numb, camera_type) VALUES (1,1, 'По умолчанию')''')
|
|
|
|
op.execute('''INSERT INTO camera(id,order_numb, camera_type) VALUES (1,1, 'По умолчанию')''')
|
|
|
|
for i in range(0, 12):
|
|
|
|
|
|
|
|
import random
|
|
|
|
import random
|
|
|
|
from datetime import datetime, timedelta
|
|
|
|
from datetime import datetime, timedelta
|
|
|
|
|
|
|
|
|
|
|
|