Skip to content

Commit

Permalink
solucionados bugs menores
Browse files Browse the repository at this point in the history
  • Loading branch information
jnar committed Sep 27, 2022
1 parent 4f04bc1 commit 2f1e206
Show file tree
Hide file tree
Showing 323 changed files with 106,637 additions and 66 deletions.
26 changes: 1 addition & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ writable/debugbar/*

php_errors.log

#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
#

#-------------------------
# Test Files
Expand Down Expand Up @@ -99,24 +93,6 @@ _modules/*
.idea/
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
.phpintel
/api/

# Visual Studio Code
.vscode/
Expand Down
48 changes: 7 additions & 41 deletions db/ci4starter_20220923.sql → bd/ci4starter.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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');

-- --------------------------------------------------------

Expand Down Expand Up @@ -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');

-- --------------------------------------------------------

Expand All @@ -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);

-- --------------------------------------------------------

Expand Down Expand Up @@ -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`
--
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`
--
Expand Down Expand Up @@ -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`
Expand All @@ -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`
Expand All @@ -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`
--
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 2f1e206

Please sign in to comment.