|
Revision 5055, 1.3 kB
(checked in by p_lindheimer, 1 year ago)
|
move custom context from #1447 to contributed module repository
|
| Line | |
|---|
| 1 |
-- |
|---|
| 2 |
-- Database: `asterisk` |
|---|
| 3 |
-- |
|---|
| 4 |
|
|---|
| 5 |
-- -------------------------------------------------------- |
|---|
| 6 |
|
|---|
| 7 |
-- |
|---|
| 8 |
-- Table structure for table `customcontexts_contexts` |
|---|
| 9 |
-- |
|---|
| 10 |
|
|---|
| 11 |
DROP TABLE IF EXISTS `customcontexts_contexts`; |
|---|
| 12 |
|
|---|
| 13 |
-- -------------------------------------------------------- |
|---|
| 14 |
|
|---|
| 15 |
-- |
|---|
| 16 |
-- Table structure for table `customcontexts_contexts_list` |
|---|
| 17 |
-- |
|---|
| 18 |
|
|---|
| 19 |
DROP TABLE IF EXISTS `customcontexts_contexts_list`; |
|---|
| 20 |
|
|---|
| 21 |
-- -------------------------------------------------------- |
|---|
| 22 |
|
|---|
| 23 |
-- |
|---|
| 24 |
-- Table structure for table `customcontexts_includes` |
|---|
| 25 |
-- |
|---|
| 26 |
|
|---|
| 27 |
DROP TABLE IF EXISTS `customcontexts_includes`; |
|---|
| 28 |
|
|---|
| 29 |
-- -------------------------------------------------------- |
|---|
| 30 |
|
|---|
| 31 |
-- |
|---|
| 32 |
-- Table structure for table `customcontexts_includes_list` |
|---|
| 33 |
-- |
|---|
| 34 |
|
|---|
| 35 |
DROP TABLE IF EXISTS `customcontexts_includes_list`; |
|---|
| 36 |
|
|---|
| 37 |
-- -------------------------------------------------------- |
|---|
| 38 |
|
|---|
| 39 |
-- |
|---|
| 40 |
-- Table structure for table `customcontexts_module` |
|---|
| 41 |
-- |
|---|
| 42 |
|
|---|
| 43 |
DROP TABLE IF EXISTS `customcontexts_module`; |
|---|
| 44 |
|
|---|
| 45 |
-- -------------------------------------------------------- |
|---|
| 46 |
|
|---|
| 47 |
-- |
|---|
| 48 |
-- Table structure for table `customcontexts_timegroups` |
|---|
| 49 |
-- |
|---|
| 50 |
|
|---|
| 51 |
DROP TABLE IF EXISTS `customcontexts_timegroups`; |
|---|
| 52 |
|
|---|
| 53 |
-- -------------------------------------------------------- |
|---|
| 54 |
|
|---|
| 55 |
-- |
|---|
| 56 |
-- Table structure for table `customcontexts_timegroups_detail` |
|---|
| 57 |
-- |
|---|
| 58 |
|
|---|
| 59 |
DROP TABLE IF EXISTS `customcontexts_timegroups_detail`; |
|---|