Home
last modified time | relevance | path

Searched refs:setPrimaryKey (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/dports/www/nextcloud/nextcloud/core/Migrations/
H A DVersion13000Date20170718121200.php148 $table->setPrimaryKey(['id']);
177 $table->setPrimaryKey(['id']);
312 $table->setPrimaryKey(['gid']);
363 $table->setPrimaryKey(['id']);
474 $table->setPrimaryKey(['id']);
526 $table->setPrimaryKey(['id']);
606 $table->setPrimaryKey(['id']);
650 $table->setPrimaryKey(['id']);
678 $table->setPrimaryKey(['id']);
730 $table->setPrimaryKey(['id']);
[all …]
H A DVersion16000Date20190207141427.php62 $table->setPrimaryKey(['id']);
80 $table->setPrimaryKey(['collection_id', 'resource_type', 'resource_id'], 'crr_pk');
110 $table->setPrimaryKey(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'cra_pk');
H A DVersion13000Date20170705121758.php62 $table->setPrimaryKey(['id'], 'personal_sections_id_index');
88 $table->setPrimaryKey(['id'], 'personal_settings_id_index');
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Migration/
H A DVersion1004Date20170825134824.php74 $table->setPrimaryKey(['id']);
111 $table->setPrimaryKey(['id']);
139 $table->setPrimaryKey(['id']);
199 $table->setPrimaryKey(['id']);
252 $table->setPrimaryKey(['id']);
287 $table->setPrimaryKey(['id']);
342 $table->setPrimaryKey(['id']);
384 $table->setPrimaryKey(['id']);
420 $table->setPrimaryKey(['id']);
457 $table->setPrimaryKey(['id']);
[all …]
/dports/www/nextcloud-deck/deck/lib/Migration/
H A DVersion1000Date20200306161713.php51 $table->setPrimaryKey(['id']);
84 $table->setPrimaryKey(['id']);
154 $table->setPrimaryKey(['id']);
200 $table->setPrimaryKey(['id']);
227 $table->setPrimaryKey(['id']);
248 $table->setPrimaryKey(['id']);
269 $table->setPrimaryKey(['id']);
305 $table->setPrimaryKey(['id']);
/dports/www/owncloud/owncloud/apps/dav/appinfo/Migrations/
H A DVersion20170116150538.php87 $table->setPrimaryKey(['id']);
129 $table->setPrimaryKey(['id']);
161 $table->setPrimaryKey(['id']);
229 $table->setPrimaryKey(['id']);
290 $table->setPrimaryKey(['id']);
326 $table->setPrimaryKey(['id']);
389 $table->setPrimaryKey(['id']);
433 $table->setPrimaryKey(['id']);
469 $table->setPrimaryKey(['id']);
514 $table->setPrimaryKey(['id']);
/dports/www/owncloud/owncloud/core/Migrations/
H A DVersion20170101010100.php82 $addressBookChangesTable->setPrimaryKey(['id']);
148 $addressBooksTable->setPrimaryKey(['id']);
194 $calendarChangesTable->setPrimaryKey(['id']);
306 $calendarObjectsTable->setPrimaryKey(['id']);
418 $calendarsTable->setPrimaryKey(['id']);
613 $cardsTable->setPrimaryKey(['id']);
674 $cardsPropertiesTable->setPrimaryKey(['id']);
793 $commentsTable->setPrimaryKey(['id']);
925 $davSharesTable->setPrimaryKey(['id']);
967 $mountsTable->setPrimaryKey(['id']);
[all …]
H A DVersion20170111103310.php62 $table->setPrimaryKey(['mount_id']);
86 $table->setPrimaryKey(['applicable_id']);
112 $table->setPrimaryKey(['config_id']);
137 $table->setPrimaryKey(['option_id']);
/dports/www/nextcloud/nextcloud/core/Command/Db/
H A DAddMissingPrimaryKeys.php92 $table->setPrimaryKey(['share_id'], 'federated_res_pk');
106 $table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
120 $table->setPrimaryKey(['user_id', 'object_type', 'object_id'], 'crm_pk');
134 $table->setPrimaryKey(['collection_id', 'resource_type', 'resource_id'], 'crr_pk');
148 $table->setPrimaryKey(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'cra_pk');
162 $table->setPrimaryKey(['fileid'], 'fce_pk');
/dports/finance/nextcloud-cospend/cospend/lib/Migration/
H A DVersion000007Date20190401053312.php82 $table->setPrimaryKey(['id']);
105 $table->setPrimaryKey(['id']);
144 $table->setPrimaryKey(['id']);
179 $table->setPrimaryKey(['id']);
197 $table->setPrimaryKey(['id']);
/dports/security/nextcloud-passman/passman/lib/Migration/
H A DVersion020308Date20210711121919.php82 $table->setPrimaryKey(['id']);
177 $table->setPrimaryKey(['id']);
215 $table->setPrimaryKey(['id']);
253 $table->setPrimaryKey(['id']);
315 $table->setPrimaryKey(['id']);
366 $table->setPrimaryKey(['id']);
395 $table->setPrimaryKey(['id']);
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Migration/
H A DVersion0022Date20220526113601.php160 $table->setPrimaryKey(['id']);
272 $table->setPrimaryKey(['id']);
338 $table->setPrimaryKey(['id']);
527 $table->setPrimaryKey(['id']);
587 $table->setPrimaryKey(['id']);
629 $table->setPrimaryKey(['id']);
666 $table->setPrimaryKey(['id']);
/dports/mail/nextcloud-mail/mail/lib/Migration/
H A DVersion0100Date20180825194217.php112 $table->setPrimaryKey(['id']);
136 $table->setPrimaryKey(['id']);
161 $table->setPrimaryKey(['id']);
186 $table->setPrimaryKey(['id']);
H A DVersion1100Date20210304143008.php54 $tagsTable->setPrimaryKey(['id']);
80 $tagsMessageTable->setPrimaryKey(['id']);
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Migration/
H A DVersion1011Date20200630192246.php75 $table->setPrimaryKey(['mount_id']);
97 $table->setPrimaryKey(['applicable_id']);
121 $table->setPrimaryKey(['config_id']);
150 $table->setPrimaryKey(['option_id']);
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/Migration/
H A DVersion1010Date20200630192842.php63 $table->setPrimaryKey(['owncloud_name']);
84 $table->setPrimaryKey(['ldap_dn']);
98 $table->setPrimaryKey(['owncloudname']);
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Migration/
H A DVersion2000Date20190808074233.php77 $table->setPrimaryKey(['id']);
105 $table->setPrimaryKey(['id']);
133 $table->setPrimaryKey(['id']);
/dports/www/bolt/bolt-2.2.24/src/Database/
H A DIntegrityChecker.php433 $authtokenTable->setPrimaryKey(array('id'));
447 $usersTable->setPrimaryKey(array('id'));
469 $taxonomyTable->setPrimaryKey(array('id'));
484 $relationsTable->setPrimaryKey(array('id'));
497 $logSystemTable->setPrimaryKey(array('id'));
515 $logChangeTable->setPrimaryKey(array('id'));
544 $cronTable->setPrimaryKey(array('id'));
570 $myTable->setPrimaryKey(array('id'));
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_schema_result_table.cc104 col_nodeid.setPrimaryKey(true); in define_table_ndb()
113 col_schema_op_id.setPrimaryKey(true); in define_table_ndb()
122 col_participant_nodeid.setPrimaryKey(true); in define_table_ndb()
H A Dndb_sql_metadata_table.cc53 col_type.setPrimaryKey(true); in define_table_ndb()
63 col_name.setPrimaryKey(true); in define_table_ndb()
72 col_seq.setPrimaryKey(true); in define_table_ndb()
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/Migration/
H A DVersion010000Date20190617184535.php68 $table->setPrimaryKey(['id']);
102 $table->setPrimaryKey(['id']);
129 $table->setPrimaryKey(['id']);
/dports/www/nextcloud-groupfolders/groupfolders/lib/Migration/
H A DVersion102020Date20180806161449.php36 $table->setPrimaryKey(['folder_id']);
58 $table->setPrimaryKey(['applicable_id']);
/dports/www/nextcloud/nextcloud/apps-pkg/oauth2/lib/Migration/
H A DVersion010401Date20181207190718.php68 $table->setPrimaryKey(['id']);
93 $table->setPrimaryKey(['id']);
/dports/www/nextcloud-forms/forms/lib/Migration/
H A DVersion010200Date20200323141300.php124 $table->setPrimaryKey(['id']);
153 $table->setPrimaryKey(['id']);
169 $table->setPrimaryKey(['id']);
189 $table->setPrimaryKey(['id']);
208 $table->setPrimaryKey(['id']);
/dports/net-im/nextcloud-talk/spreed/lib/Migration/
H A DVersion11000Date20201209142525.php71 $table->setPrimaryKey(['id']);
96 $table->setPrimaryKey(['id']);

12345678910>>...27