mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
9 lines
204 B
PHP
9 lines
204 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
class Migration_User_preferences extends CI_Migration {
|
|
public function up() {
|
|
}
|
|
|
|
public function down() {
|
|
}
|
|
}
|