| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
| UpgradeTestCase | |
| Functions | |||
|
|||
| Variables | |
VERSION = 42
|
|
old_attachment_schema = Table('attachment', key= ('type', 'id'
|
|
old_wiki_schema = Table('wiki', key= ('name', 'version')) [Col
|
|
old_schema = old_attachment_schema, old_wiki_schema
|
|
new_attachment_schema = copy.deepcopy(old_attachment_schema)
|
|
new_wiki_schema = copy.deepcopy(old_wiki_schema)
|
|
new_schema = new_attachment_schema, new_wiki_schema
|
|
__package__ =
|
|
Imports: copy, unittest, DatabaseManager, Column, Index, Table, EnvironmentStub, mkdtemp, db42, datetime_now, to_utimestamp, utc
| Variables Details |
old_attachment_schema
|
old_wiki_schema
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 11 08:14:28 2023 | http://epydoc.sourceforge.net |