desktop: first cut
This commit is contained in:
@@ -27,10 +27,11 @@ def execute():
|
||||
reload_doc('production', 'page', 'production_home')
|
||||
reload_doc('projects', 'page', 'projects_home')
|
||||
reload_doc('website', 'page', 'website_home')
|
||||
reload_doc('home', 'page', 'desktop')
|
||||
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.sql("""create table __SchedulerLog (
|
||||
`timestamp` timestamp,
|
||||
method varchar(200),
|
||||
error text
|
||||
) engine=MyISAM""")
|
||||
) engine=MyISAM""")
|
||||
|
||||
Reference in New Issue
Block a user