mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-22 19:55:08 +02:00
Add snippet Execute,Better Task Results , fix some bugs
This commit is contained in:
parent
733307de8d
commit
463161c291
7 changed files with 188 additions and 31 deletions
|
@ -1,12 +1,12 @@
|
|||
# 027_permissions.py
|
||||
# 017_permissions.py
|
||||
|
||||
def migrate(migrator, database, fake=False, **kwargs):
|
||||
|
||||
|
||||
migrator.sql("""CREATE TABLE task_results(
|
||||
id serial PRIMARY KEY NOT NULL,
|
||||
task_type text,
|
||||
result text,
|
||||
info text,
|
||||
external_id int,
|
||||
created timestamp not null default CURRENT_TIMESTAMP
|
||||
)""")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue