-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
323 changed files
with
106,637 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
-- https://www.phpmyadmin.net/ | ||
-- | ||
-- Servidor: 127.0.0.1 | ||
-- Tiempo de generación: 23-09-2022 a las 21:37:39 | ||
-- Tiempo de generación: 07-08-2022 a las 04:32:44 | ||
-- Versión del servidor: 10.4.24-MariaDB | ||
-- Versión de PHP: 8.1.6 | ||
|
||
|
@@ -39,7 +39,7 @@ CREATE TABLE `auth_groups_users` ( | |
-- | ||
|
||
INSERT INTO `auth_groups_users` (`id`, `user_id`, `group`, `created_at`) VALUES | ||
(3, 1, 'user', '2022-09-18 18:49:45'); | ||
(1, 1, 'user', '2022-08-06 09:43:51'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -67,7 +67,7 @@ CREATE TABLE `auth_identities` ( | |
-- | ||
|
||
INSERT INTO `auth_identities` (`id`, `user_id`, `type`, `name`, `secret`, `secret2`, `expires`, `extra`, `force_reset`, `last_used_at`, `created_at`, `updated_at`) VALUES | ||
(1, 1, 'email_password', NULL, '[email protected]', '$2y$10$Fl9eiDKq3OYAUE8GXGbYzeB37rnwBppVtb0HKvgWFTdULQ8U6iXWy', NULL, NULL, 0, '2022-09-18 23:39:53', '2022-09-18 18:49:45', '2022-09-18 23:39:53'); | ||
(1, 1, 'email_password', NULL, '[email protected]', '$2y$10$mQTefVoFqZdjJ2uyewbg0.Jo72KOmHFvxaxMolXyhh6hVQ64gEGf.', NULL, NULL, 0, '2022-08-06 13:41:39', '2022-08-06 09:43:51', '2022-08-06 13:41:39'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -92,12 +92,7 @@ CREATE TABLE `auth_logins` ( | |
|
||
INSERT INTO `auth_logins` (`id`, `ip_address`, `user_agent`, `id_type`, `identifier`, `user_id`, `date`, `success`) VALUES | ||
(1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-06 11:16:15', 1), | ||
(2, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-06 13:41:39', 1), | ||
(3, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-07 22:52:14', 1), | ||
(4, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-07 23:24:27', 1), | ||
(5, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-07 23:58:55', 1), | ||
(6, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0', 'email_password', '[email protected]', NULL, '2022-09-18 17:12:52', 0), | ||
(7, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0', 'email_password', '[email protected]', 1, '2022-09-18 23:39:53', 1); | ||
(2, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0', 'email_password', '[email protected]', 1, '2022-08-06 13:41:39', 1); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -147,23 +142,6 @@ CREATE TABLE `auth_token_logins` ( | |
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
-- Estructura de tabla para la tabla `clientes` | ||
-- | ||
|
||
CREATE TABLE `clientes` ( | ||
`id` int(11) NOT NULL, | ||
`nombre` varchar(30) NOT NULL, | ||
`email` varchar(50) NOT NULL, | ||
`telefono` varchar(15) NOT NULL, | ||
`activo` int(11) NOT NULL DEFAULT 1, | ||
`f_create` timestamp NOT NULL DEFAULT current_timestamp(), | ||
`f_update` timestamp NULL DEFAULT NULL, | ||
`f_delete` timestamp NULL DEFAULT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
-- Estructura de tabla para la tabla `migrations` | ||
-- | ||
|
@@ -227,7 +205,7 @@ CREATE TABLE `users` ( | |
-- | ||
|
||
INSERT INTO `users` (`id`, `username`, `status`, `status_message`, `active`, `last_active`, `created_at`, `updated_at`, `deleted_at`) VALUES | ||
(1, 'admin', NULL, NULL, 1, NULL, '2022-09-18 18:49:45', '2022-09-18 18:49:45', NULL); | ||
(1, 'admin', NULL, NULL, 1, '2022-08-06 10:33:42', '2022-08-06 09:43:51', '2022-08-06 10:33:42', NULL); | ||
|
||
-- | ||
-- Índices para tablas volcadas | ||
|
@@ -279,12 +257,6 @@ ALTER TABLE `auth_token_logins` | |
ADD KEY `id_type_identifier` (`id_type`,`identifier`), | ||
ADD KEY `user_id` (`user_id`); | ||
|
||
-- | ||
-- Indices de la tabla `clientes` | ||
-- | ||
ALTER TABLE `clientes` | ||
ADD PRIMARY KEY (`id`); | ||
|
||
-- | ||
-- Indices de la tabla `migrations` | ||
-- | ||
|
@@ -312,7 +284,7 @@ ALTER TABLE `users` | |
-- AUTO_INCREMENT de la tabla `auth_groups_users` | ||
-- | ||
ALTER TABLE `auth_groups_users` | ||
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | ||
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | ||
|
||
-- | ||
-- AUTO_INCREMENT de la tabla `auth_identities` | ||
|
@@ -324,7 +296,7 @@ ALTER TABLE `auth_identities` | |
-- AUTO_INCREMENT de la tabla `auth_logins` | ||
-- | ||
ALTER TABLE `auth_logins` | ||
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | ||
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | ||
|
||
-- | ||
-- AUTO_INCREMENT de la tabla `auth_permissions_users` | ||
|
@@ -344,12 +316,6 @@ ALTER TABLE `auth_remember_tokens` | |
ALTER TABLE `auth_token_logins` | ||
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | ||
|
||
-- | ||
-- AUTO_INCREMENT de la tabla `clientes` | ||
-- | ||
ALTER TABLE `clientes` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | ||
|
||
-- | ||
-- AUTO_INCREMENT de la tabla `migrations` | ||
-- | ||
|
230 changes: 230 additions & 0 deletions
230
public/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
public/bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.