Home
last modified time | relevance | path

Searched refs:changeSchema (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/Migration/
H A DVersion1120Date20210917155206.php55 …public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWra… function in OCA\\User_LDAP\\Migration\\Version1120Date20210917155206
59 $changeSchema = false;
65 $changeSchema = true;
69 return $changeSchema ? $schema : null;
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/tests/
H A Dtest_auto.py42 Person.sqlmeta.addColumn(nickname, changeSchema=True)
46 Person.sqlmeta.delColumn(nickname, changeSchema=True)
50 Phone.sqlmeta.addColumn(col, changeSchema=True)
61 Phone.sqlmeta.delColumn(col, changeSchema=True)
/dports/databases/py-sqlobject/SQLObject-1.6.0/docs/
H A Dinterface.py216 def addColumn(columnDef, changeSchema=False, connection=None): argument
226 def delColumn(column, changeSchema=False, connection=None): argument
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/inheritance/
H A D__init__.py97 def addColumn(sqlmeta, columnDef, changeSchema=False, connection=None, childUpdate=False): argument
125 super(InheritableSQLMeta, sqlmeta).addColumn(columnDef, changeSchema, connection)
138 def delColumn(sqlmeta, column, changeSchema=False, connection=None, childUpdate=False): argument
152 super(InheritableSQLMeta, sqlmeta).delColumn(column, changeSchema, connection)
157 c.sqlmeta.delColumn(column, changeSchema=changeSchema,
/dports/www/owncloud/owncloud/lib/public/Migration/
H A DISchemaMigration.php39 public function changeSchema(Schema $schema, array $options); function
/dports/www/owncloud/owncloud/core/Migrations/
H A DVersion20170320173955.php30 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20170320173955
H A DVersion20170213215145.php12 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20170213215145
H A DVersion20190125162909.php31 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20190125162909
H A DVersion20170418154659.php30 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20170418154659
H A DVersion20170605143658.php11 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20170605143658
H A DVersion20181113071753.php34 public function changeSchema(Schema $schema, array $options) { function in OC\\Migrations\\Version20181113071753
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/Migration/
H A DVersion2006Date20170808155040.php40 public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) { function in OCA\\Activity\\Migration\\Version2006Date20170808155040
H A DVersion2006Date20170919095939.php51 public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) { function in OCA\\Activity\\Migration\\Version2006Date20170919095939
/dports/net-im/nextcloud-talk/spreed/lib/Migration/
H A DVersion3002Date20180319104030.php40 …public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options): ?ISchemaWr… function in OCA\\Talk\\Migration\\Version3002Date20180319104030
H A DVersion12000Date20210528100404.php42 …public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWra… function in OCA\\Talk\\Migration\\Version12000Date20210528100404
H A DVersion8000Date20200402124456.php34 …public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ISchemaWrap… function in OCA\\Talk\\Migration\\Version8000Date20200402124456
/dports/www/nextcloud/nextcloud/lib/public/Migration/
H A DSimpleMigrationStep.php68 public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) { function in OCP\\Migration\\SimpleMigrationStep
/dports/www/owncloud/owncloud/apps/files_sharing/appinfo/Migrations/
H A DVersion20170830112305.php29 public function changeSchema(Schema $schema, array $options) { function in OCA\\Files_Sharing\\Migrations\\Version20170830112305
H A DVersion20171115154900.php29 public function changeSchema(Schema $schema, array $options) { function in OCA\\Files_Sharing\\Migrations\\Version20171115154900
H A DVersion20200823121322.php30 public function changeSchema(Schema $schema, array $options) { function in OCA\\Files_Sharing\\Migrations\\Version20200823121322
/dports/www/nextcloud/nextcloud/core/Migrations/
H A DVersion14000Date20180712153140.php34 …public function changeSchema(\OCP\Migration\IOutput $output, \Closure $schemaClosure, array $optio… function in OC\\Core\\Migrations\\Version14000Date20180712153140
/dports/www/owncloud/owncloud/apps/dav/appinfo/Migrations/
H A DVersion20170519091921.php11 public function changeSchema(Schema $schema, array $options) { function in OCA\\dav\\Migrations\\Version20170519091921
H A DVersion20200114181454.php30 public function changeSchema(Schema $schema, array $options) { function in OCA\\dav\\Migrations\\Version20200114181454
/dports/www/owncloud/owncloud/apps/notifications/appinfo/Migrations/
H A DVersion20170801152524.php12 public function changeSchema(Schema $schema, array $options) { function in OCA\\notifications\\Migrations\\Version20170801152524
/dports/mail/nextcloud-mail/mail/lib/Migration/
H A DVersion0161Date20190902103559.php41 public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) { function in OCA\\Mail\\Migration\\Version0161Date20190902103559

12345678910>>...14