Skip to content

Instantly share code, notes, and snippets.

View maximejobin's full-sized avatar

Maxime Jobin maximejobin

View GitHub Profile
@maximejobin
maximejobin / Configuration.cs
Last active April 29, 2019 15:33
Entity framework 6.1 - Enable column ordering and where clause in an index
using System.Data.Entity.Migrations;
internal sealed class MyConfiguration : DbMigrationsConfiguration<MyContext>
{
/// <summary>
/// Constructor
/// </summary>
public MyConfiguration()
{

Keybase proof

I hereby claim:

  • I am maximejobin on github.
  • I am maximejobin (https://keybase.io/maximejobin) on keybase.
  • I have a public key whose fingerprint is D759 B1D2 DABB 2107 E796 AF0E E086 071C 8D70 DD31

To claim this, I am signing this object:

<?php // <- ne pas copier cette ligne
// Ajout du fichier de style parent à partir du thème enfant
// Note: À placer dans "functions.php" du thème enfant
function mj_enqueue_scripts() {
wp_enqueue_style( 'parent-css', get_template_directory_uri() . '/style.css', array() );
}
add_action( 'wp_enqueue_scripts', 'mj_enqueue_scripts' );