Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 21, 2019 15:38
Show Gist options
  • Save Whateverable/4f6d3c03531c15a4551516c007b67cf4 to your computer and use it in GitHub Desktop.
Save Whateverable/4f6d3c03531c15a4551516c007b67cf4 to your computer and use it in GitHub Desktop.
greppable6
.migrate
File Code
FCO/Red
…/Migration.pm6 :13:
multi method migrate(\model, Red::Model:U :$from) {
HANENKAMP/Smack
…/Smackup.pm6 :74:
}).migrate;
HANENKAMP/Smack
…/URI.pm6 :9:
# module should be migrated off and this should be deprecated.
JNTHN/cro
…/app.js :5048:
lowPriorityWarning(warnedForCreateClass, 'Accessing createClass via the main React package is deprecated,' + ' and will be removed in React v…
JNTHN/cro
…/app.js :15951:
// so migrate can support jQuery.sub (gh-2101)
MBP/DB-Migration-Simple
…/README.md :20:
$m.migrate(version<42>, :verbose); # go to version 42 and be informative
MBP/DB-Migration-Simple
…/README.md :21:
$m.migrate(); # migrate to latest version
MBP/DB-Migration-Simple
…/README.md :104:
executed are rolled back, and you are left at the version before you called `$m.migrate()`.
MBP/DB-Migration-Simple
…/Simple.pm6 :28:
method migrate(:$version is copy = 'latest') {
MBP/DB-Migration-Simple
…/00-basic.t :17:
is $m.migrate(:version<0>), 0, 'already at version 0';
MBP/DB-Migration-Simple
…/00-basic.t :20:
is $m.migrate(:version<1>), 1, 'going to version 1';
MBP/DB-Migration-Simple
…/00-basic.t :27:
is $m.migrate(), 3, 'going to latest version (3)';
MBP/DB-Migration-Simple
…/00-basic.t :32:
ok $m.migrate(:version<2>) eq '2', 'going back to version 2';
MBP/DB-Migration-Simple
…/00-basic.t :36:
ok $m.migrate(:version<0>) eq '0', 'going back to version 0';
Cofyc/perl6-redis
…/Redis.pm :332:
method migrate(Str $host, Int $port, Str $key, Str $destination-db, Int $timeout) returns Bool {
Cofyc/perl6-redis
…/02-keys.t :64:
# migrate TODO
TiMBuS/Net--IRC
…/unsmith :98:
Called bakery today to order "Just Cuz Cake". Clearly they havent migrated cust records to the cloud or theyd know what I was talking about
azawawi/farabi6
…/sql.js :296:
keywords: set(sqlKeywords + "accessible action add after algorithm all analyze asensitive at authors auto_increment autocommit avg avg_row_length…
azawawi/farabi6
…/sql.js :312:
keywords: set(sqlKeywords + "accessible action add after algorithm all always analyze asensitive at authors auto_increment autocommit avg avg_row…
bbkr/GeoIPerl6
…/README.md :8:
You should migrate to GeoIP v2 databases as soon as possible -
perl6/doc
…/Supply.pod6 :672:
Use C<migrate> to join the values into a single supply again.
perl6/doc
…/Supply.pod6 :674:
=head2 method migrate
perl6/doc
…/Supply.pod6 :676:
method migrate(Supply:D: --> Supply:D)
perl6/doc
…/Supply.pod6 :688:
The C<migrate> method could be used to flatten this supply of supplies into a single
perl6/doc
…/Supply.pod6 :706:
$stock-sources.Supply.migrate.tap: *.say;
skinkade/p6-Crypt-Bcrypt
…/crypt.3 :380:
to be able to migrate the password hashes to other systems.
skinkade/p6-Crypt-Bcrypt
…/crypt.3 :441:
(If such hashes ever need to be migrated to a system that does not yet support
skinkade/p6-Crypt-Bcrypt
…/crypt.3 :442:
these new prefixes, the prefix in migrated copies of the already-generated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment